#B0AA99

Color #B0AA99 Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #B0AA99

Tints of Bison Hide #B0AA99

Color information

#B0AA99 (or 0xB0AA99) is unknown color: approx Bison Hide. HEX triplet: B0, AA and 99. RGB value is (176,170,153). Sum of RGB (Red+Green+Blue) = 176+170+153=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA99 is #4F5566. Grayscale: #A9A9A9. Windows color (decimal): -5199207 or 10070704. OLE color: 10070704.

HSL color Cylindrical-coordinate representation of color #B0AA99: hue angle of 44.35º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0AA99 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176170153-
CMYK00.030.130.31
HSL44.35º12.71%64.51%-
HSV(B)44.35º13.07%69.02%-
XYZ38.0340.2835.91-
YUV169.86118.49132.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=35.27%
G=34.07%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617015300.030.130.3144.3512.7164.51
HexB0AA9903D1F2cd41
Octal2602522310315375415101
Binary10110000101010101001100101111011111110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA99; }

 p { color: rgb(176,170,153); }

 H1.HeaderClassName
 {
   color: #B0AA99;
 }
 .AnyTagClassName
 {
   color: #B0AA99;
 }
</style>
background-color css

<style>
 a { background-color: #B0AA99; }

 a { background-color: rgb(176,170,153); }

 div.DivClassName
 {
   background-color: #B0AA99;
 }
 .BgClassName
 {
   background-color: #B0AA99;
 }
</style>
border-color css

<style>
 span { border-color: #B0AA99; }

 span { border-color: rgb(176,170,153); }

 td.TdClassName
 {
   border-color: #B0AA99;
 }
 .TagClassName
 {
   border-color: #B0AA99;
 }
</style>