COLOR #B7628D

HEX: #B7628D RGB: (183,98,141)

Color info

#B7628D contains mainly red and blue colors. Web safe color of #B7628D is #CC6699 (or #C69).

RGB color model

#B7628D color RGB value is (183,98,141).

RGB: (183,98,141) (72%, 38%, 55%)

RGB channels and saturation

R 183 of 255 = 72%
G 98 of 255 = 38%
B 141 of 255 = 55%

183
98
141

R + G + B ~ 55%. #B7628D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 183 + 98 + 141 = 422 (100%)
R 183 of 422 ~ 43.36%
G 98 of 422 ~ 23.22%
B 141 of 422 ~ 33.41'%

%43.36
%23.22
%33.41

CMYK color model

#B7628D color CMYK value is (0,46,23,28).

  • cyan value is 0.00%
  • magenta value is 46.45%
  • yellow value is 22.95%
  • key color value is 28.24%

CMYK: (0,46,23,28)
C0M46Y23K28 (0%, 46%, 23%, 28%)
(0.00 / 0.46 / 0.23 / 0.28)

CMYK percentages

%0
%46.45
%22.95
%28.24

Codes

Color #B7628D in popluar color models

B7 62 8D
RGB 183 98 141
HSL 330° 37.12% 55.10%
HSB/HSV 330° 46.45% 71.76%
CMYK 0.00% 46.45% 22.95%
28.24%

Color #B7628D in popluar number systems.

HEX B7 62 8D
Decimal 183 98 141
Binary 10110111 1100010 10001101
Octal 267 142 215

Shades and tints

Shades of #B7628D

#B7628D
(183,98,141)
#A75A81
(167,90,129)
#975275
(151,82,117)
#874A69
(135,74,105)
#77425D
(119,66,93)
#673A51
(103,58,81)
#573245
(87,50,69)
#472A39
(71,42,57)
#37222D
(55,34,45)
#271A21
(39,26,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #B7628D

#B7628D
(183,98,141)
#BD7097
(189,112,151)
#C37EA1
(195,126,161)
#C98CAB
(201,140,171)
#CF9AB5
(207,154,181)
#D5A8BF
(213,168,191)
#DBB6C9
(219,182,201)
#E1C4D3
(225,196,211)
#E7D2DD
(231,210,221)
#EDE0E7
(237,224,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7628D color. Also use rgb(183,98,141) instead hex code.

Text Font Color

.myTextColor { color: #B7628D; }

<p style="color:#B7628D">This sample text font color is #B7628D.</p>

This text font color is #B7628D.

Background Color

.myBgColor { background-color: #B7628D; }

<div style="background-color:#B7628D">Inner text</div>

This div background color is #B7628D.

Border color

.myBorderColor { border: 1px solid #B7628D; }

<div style="border:3px solid #B7628D">Div</div>

This div border color is #B7628D.

Opacity

.myOpacity80 { color: #B7628D; opacity: 0.8; }

<p style="color:#B7628D;opacity:0.8;">80%</p>

Text with #B7628D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B7628D;}

<p style="text-shadow: 3px 3px 1px #B7628D">Text here.</p>

This text has shadow with #B7628D color.


.textShadow {text-shadow: 3px 3px 1px #B7628D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B7628D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B7628D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7628D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B7628D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B7628D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B7628D;
-webkit-box-shadow: 1px 1px 3px 2px #B7628D;
box-shadow: 1px 1px 3px 2px #B7628D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7628D; -webkit-box-shadow: 1px 1px 3px 2px #B7628D; box-shadow:1px 1px 3px 2px #B7628D;">
Div content here
</div>

This div box has shadow with color #B7628D.

Preview

Color preview on black background

This text has color #B7628D on black background.


Color preview on white background

This text has color #B7628D on white background.


Black color preview on #B7628D background

This text has black color on #B7628D background.


White color preview on #B7628D background

This text has white color on #B7628D background.


Related colors

Complementary color

Complementary color for #hex is #489D72.


I love getcolorcode.com

Triadic colors

1 #8DB762 and #628DB7 with #B7628D are triadic colors.

2 #8D62B7 and #62B78D with #B7628D are triadic colors.