COLOR #B48A92

HEX: #B48A92 RGB: (180,138,146)

Color info

#B48A92 contains red, green and blue colors in about the same proportion. Web safe color of #B48A92 is #CC9999 (or #C99).

RGB color model

#B48A92 color RGB value is (180,138,146).

RGB: (180,138,146) (71%, 54%, 57%)

RGB channels and saturation

R 180 of 255 = 71%
G 138 of 255 = 54%
B 146 of 255 = 57%

180
138
146

R + G + B ~ 61%. #B48A92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 138 + 146 = 464 (100%)
R 180 of 464 ~ 38.79%
G 138 of 464 ~ 29.74%
B 146 of 464 ~ 31.47'%

%38.79
%29.74
%31.47

CMYK color model

#B48A92 color CMYK value is (0,23,19,29).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 18.89%
  • key color value is 29.41%

CMYK: (0,23,19,29)
C0M23Y19K29 (0%, 23%, 19%, 29%)
(0.00 / 0.23 / 0.19 / 0.29)

CMYK percentages

%0
%23.33
%18.89
%29.41

Codes

Color #B48A92 in popluar color models

B4 8A 92
RGB 180 138 146
HSL 349° 21.88% 62.35%
HSB/HSV 349° 23.33% 70.59%
CMYK 0.00% 23.33% 18.89%
29.41%

Color #B48A92 in popluar number systems.

HEX B4 8A 92
Decimal 180 138 146
Binary 10110100 10001010 10010010
Octal 264 212 222

Shades and tints

Shades of #B48A92

#B48A92
(180,138,146)
#A47E85
(164,126,133)
#947278
(148,114,120)
#84666B
(132,102,107)
#745A5E
(116,90,94)
#644E51
(100,78,81)
#544244
(84,66,68)
#443637
(68,54,55)
#342A2A
(52,42,42)
#241E1D
(36,30,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #B48A92

#B48A92
(180,138,146)
#BA949B
(186,148,155)
#C09EA4
(192,158,164)
#C6A8AD
(198,168,173)
#CCB2B6
(204,178,182)
#D2BCBF
(210,188,191)
#D8C6C8
(216,198,200)
#DED0D1
(222,208,209)
#E4DADA
(228,218,218)
#EAE4E3
(234,228,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48A92 color. Also use rgb(180,138,146) instead hex code.

Text Font Color

.myTextColor { color: #B48A92; }

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

This text font color is #B48A92.

Background Color

.myBgColor { background-color: #B48A92; }

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

This div background color is #B48A92.

Border color

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

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

This div border color is #B48A92.

Opacity

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

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

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

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

This text has shadow with #B48A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B48A92.

Preview

Color preview on black background

This text has color #B48A92 on black background.


Color preview on white background

This text has color #B48A92 on white background.


Black color preview on #B48A92 background

This text has black color on #B48A92 background.


White color preview on #B48A92 background

This text has white color on #B48A92 background.


Related colors

Complementary color

Complementary color for #hex is #4B756D.


I love getcolorcode.com

Triadic colors

1 #92B48A and #8A92B4 with #B48A92 are triadic colors.

2 #928AB4 and #8AB492 with #B48A92 are triadic colors.