COLOR #B5907B

HEX: #B5907B RGB: (181,144,123)

Color info

#B5907B contains red, green and blue colors in about the same proportion. Web safe color of #B5907B is #CC9966 (or #C96).

RGB color model

#B5907B color RGB value is (181,144,123).

RGB: (181,144,123) (71%, 56%, 48%)

RGB channels and saturation

R 181 of 255 = 71%
G 144 of 255 = 56%
B 123 of 255 = 48%

181
144
123

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

Portions of RGB colors in percentages

R + G + B = 181 + 144 + 123 = 448 (100%)
R 181 of 448 ~ 40.4%
G 144 of 448 ~ 32.14%
B 123 of 448 ~ 27.46'%

%40.4
%32.14
%27.46

CMYK color model

#B5907B color CMYK value is (0,20,32,29).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 32.04%
  • key color value is 29.02%

CMYK: (0,20,32,29)
C0M20Y32K29 (0%, 20%, 32%, 29%)
(0.00 / 0.20 / 0.32 / 0.29)

CMYK percentages

%0
%20.44
%32.04
%29.02

Codes

Color #B5907B in popluar color models

B5 90 7B
RGB 181 144 123
HSL 22° 28.16% 59.61%
HSB/HSV 22° 32.04% 70.98%
CMYK 0.00% 20.44% 32.04%
29.02%

Color #B5907B in popluar number systems.

HEX B5 90 7B
Decimal 181 144 123
Binary 10110101 10010000 1111011
Octal 265 220 173

Shades and tints

Shades of #B5907B

#B5907B
(181,144,123)
#A58370
(165,131,112)
#957665
(149,118,101)
#85695A
(133,105,90)
#755C4F
(117,92,79)
#654F44
(101,79,68)
#554239
(85,66,57)
#45352E
(69,53,46)
#352823
(53,40,35)
#251B18
(37,27,24)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #B5907B

#B5907B
(181,144,123)
#BB9A87
(187,154,135)
#C1A493
(193,164,147)
#C7AE9F
(199,174,159)
#CDB8AB
(205,184,171)
#D3C2B7
(211,194,183)
#D9CCC3
(217,204,195)
#DFD6CF
(223,214,207)
#E5E0DB
(229,224,219)
#EBEAE7
(235,234,231)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5907B color. Also use rgb(181,144,123) instead hex code.

Text Font Color

.myTextColor { color: #B5907B; }

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

This text font color is #B5907B.

Background Color

.myBgColor { background-color: #B5907B; }

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

This div background color is #B5907B.

Border color

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

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

This div border color is #B5907B.

Opacity

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

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

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

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

This text has shadow with #B5907B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5907B.

Preview

Color preview on black background

This text has color #B5907B on black background.


Color preview on white background

This text has color #B5907B on white background.


Black color preview on #B5907B background

This text has black color on #B5907B background.


White color preview on #B5907B background

This text has white color on #B5907B background.


Related colors

Complementary color

Complementary color for #hex is #4A6F84.


I love getcolorcode.com

Triadic colors

1 #7BB590 and #907BB5 with #B5907B are triadic colors.

2 #7B90B5 and #90B57B with #B5907B are triadic colors.