#B2AA99

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

Shades of Bison Hide #B2AA99

Tints of Bison Hide #B2AA99

Color information

#B2AA99 (or 0xB2AA99) is unknown color: approx Bison Hide. HEX triplet: B2, AA and 99. RGB value is (178,170,153). Sum of RGB (Red+Green+Blue) = 178+170+153=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA99 is #4D5566. Grayscale: #AAAAAA. Windows color (decimal): -5068135 or 10070706. OLE color: 10070706.

HSL color Cylindrical-coordinate representation of color #B2AA99: hue angle of 40.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2AA99 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178170153-
CMYK00.040.140.30
HSL40.8º13.97%64.9%-
HSV(B)40.8º14.04%69.8%-
XYZ38.4840.5135.93-
YUV170.45118.15133.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=35.53%
G=33.93%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817015300.040.140.3040.813.9764.9
HexB2AA9904E1E29e41
Octal2622522310416365116101
Binary101100101010101010011001010011101111010100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA99; }

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

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

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

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

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

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

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

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