COLOR #B0A098

HEX: #B0A098 RGB: (176,160,152)

Color info

#B0A098 contains red, green and blue colors in about the same proportion. Web safe color of #B0A098 is #999999 (or #999).

RGB color model

#B0A098 color RGB value is (176,160,152).

RGB: (176,160,152) (69%, 63%, 60%)

RGB channels and saturation

R 176 of 255 = 69%
G 160 of 255 = 63%
B 152 of 255 = 60%

176
160
152

R + G + B ~ 64%. #B0A098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 160 + 152 = 488 (100%)
R 176 of 488 ~ 36.07%
G 160 of 488 ~ 32.79%
B 152 of 488 ~ 31.15'%

%36.07
%32.79
%31.15

CMYK color model

#B0A098 color CMYK value is (0,9,14,31).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 13.64%
  • key color value is 30.98%

CMYK: (0,9,14,31)
C0M9Y14K31 (0%, 9%, 14%, 31%)
(0.00 / 0.09 / 0.14 / 0.31)

CMYK percentages

%0
%9.09
%13.64
%30.98

Codes

Color #B0A098 in popluar color models

B0 A0 98
RGB 176 160 152
HSL 20° 13.19% 64.31%
HSB/HSV 20° 13.64% 69.02%
CMYK 0.00% 9.09% 13.64%
30.98%

Color #B0A098 in popluar number systems.

HEX B0 A0 98
Decimal 176 160 152
Binary 10110000 10100000 10011000
Octal 260 240 230

Shades and tints

Shades of #B0A098

#B0A098
(176,160,152)
#A0928B
(160,146,139)
#90847E
(144,132,126)
#807671
(128,118,113)
#706864
(112,104,100)
#605A57
(96,90,87)
#504C4A
(80,76,74)
#403E3D
(64,62,61)
#303030
(48,48,48)
#202223
(32,34,35)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #B0A098

#B0A098
(176,160,152)
#B7A8A1
(183,168,161)
#BEB0AA
(190,176,170)
#C5B8B3
(197,184,179)
#CCC0BC
(204,192,188)
#D3C8C5
(211,200,197)
#DAD0CE
(218,208,206)
#E1D8D7
(225,216,215)
#E8E0E0
(232,224,224)
#EFE8E9
(239,232,233)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A098 color. Also use rgb(176,160,152) instead hex code.

Text Font Color

.myTextColor { color: #B0A098; }

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

This text font color is #B0A098.

Background Color

.myBgColor { background-color: #B0A098; }

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

This div background color is #B0A098.

Border color

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

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

This div border color is #B0A098.

Opacity

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

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

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

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

This text has shadow with #B0A098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A098.

Preview

Color preview on black background

This text has color #B0A098 on black background.


Color preview on white background

This text has color #B0A098 on white background.


Black color preview on #B0A098 background

This text has black color on #B0A098 background.


White color preview on #B0A098 background

This text has white color on #B0A098 background.


Related colors

Complementary color

Complementary color for #hex is #4F5F67.


I love getcolorcode.com

Triadic colors

1 #98B0A0 and #A098B0 with #B0A098 are triadic colors.

2 #98A0B0 and #A0B098 with #B0A098 are triadic colors.