COLOR #B07583

HEX: #B07583 RGB: (176,117,131)

Color info

#B07583 contains red, green and blue colors in about the same proportion. Web safe color of #B07583 is #996699 (or #969).

RGB color model

#B07583 color RGB value is (176,117,131).

RGB: (176,117,131) (69%, 46%, 51%)

RGB channels and saturation

R 176 of 255 = 69%
G 117 of 255 = 46%
B 131 of 255 = 51%

176
117
131

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

Portions of RGB colors in percentages

R + G + B = 176 + 117 + 131 = 424 (100%)
R 176 of 424 ~ 41.51%
G 117 of 424 ~ 27.59%
B 131 of 424 ~ 30.9'%

%41.51
%27.59
%30.9

CMYK color model

#B07583 color CMYK value is (0,34,26,31).

  • cyan value is 0.00%
  • magenta value is 33.52%
  • yellow value is 25.57%
  • key color value is 30.98%

CMYK: (0,34,26,31)
C0M34Y26K31 (0%, 34%, 26%, 31%)
(0.00 / 0.34 / 0.26 / 0.31)

CMYK percentages

%0
%33.52
%25.57
%30.98

Codes

Color #B07583 in popluar color models

B0 75 83
RGB 176 117 131
HSL 346° 27.19% 57.45%
HSB/HSV 346° 33.52% 69.02%
CMYK 0.00% 33.52% 25.57%
30.98%

Color #B07583 in popluar number systems.

HEX B0 75 83
Decimal 176 117 131
Binary 10110000 1110101 10000011
Octal 260 165 203

Shades and tints

Shades of #B07583

#B07583
(176,117,131)
#A06B78
(160,107,120)
#90616D
(144,97,109)
#805762
(128,87,98)
#704D57
(112,77,87)
#60434C
(96,67,76)
#503941
(80,57,65)
#402F36
(64,47,54)
#30252B
(48,37,43)
#201B20
(32,27,32)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #B07583

#B07583
(176,117,131)
#B7818E
(183,129,142)
#BE8D99
(190,141,153)
#C599A4
(197,153,164)
#CCA5AF
(204,165,175)
#D3B1BA
(211,177,186)
#DABDC5
(218,189,197)
#E1C9D0
(225,201,208)
#E8D5DB
(232,213,219)
#EFE1E6
(239,225,230)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B07583 color. Also use rgb(176,117,131) instead hex code.

Text Font Color

.myTextColor { color: #B07583; }

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

This text font color is #B07583.

Background Color

.myBgColor { background-color: #B07583; }

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

This div background color is #B07583.

Border color

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

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

This div border color is #B07583.

Opacity

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

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

Text with #B07583 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 #B07583;}

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

This text has shadow with #B07583 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B07583.

Preview

Color preview on black background

This text has color #B07583 on black background.


Color preview on white background

This text has color #B07583 on white background.


Black color preview on #B07583 background

This text has black color on #B07583 background.


White color preview on #B07583 background

This text has white color on #B07583 background.


Related colors

Complementary color

Complementary color for #hex is #4F8A7C.


I love getcolorcode.com

Triadic colors

1 #83B075 and #7583B0 with #B07583 are triadic colors.

2 #8375B0 and #75B083 with #B07583 are triadic colors.