#B2AC99

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

Shades of Bison Hide #B2AC99

Tints of Bison Hide #B2AC99

Color information

#B2AC99 (or 0xB2AC99) is unknown color: approx Bison Hide. HEX triplet: B2, AC and 99. RGB value is (178,172,153). Sum of RGB (Red+Green+Blue) = 178+172+153=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AC99 is #4D5366. Grayscale: #ABABAB. Windows color (decimal): -5067623 or 10071218. OLE color: 10071218.

HSL color Cylindrical-coordinate representation of color #B2AC99: hue angle of 45.6º 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 #B2AC99 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB178172153-
CMYK00.030.140.30
HSL45.6º13.97%64.9%-
HSV(B)45.6º14.04%69.8%-
XYZ38.8641.2736.05-
YUV171.63117.49132.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=35.39%
G=34.19%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817215300.030.140.3045.613.9764.9
HexB2AC9903E1E2ee41
Octal2622542310316365616101
Binary10110010101011001001100101111101111010111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AC99; }

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

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

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

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

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

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

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

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