#B0A892

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

Shades of Bison Hide #B0A892

Tints of Bison Hide #B0A892

Color information

#B0A892 (or 0xB0A892) is unknown color: approx Bison Hide. HEX triplet: B0, A8 and 92. RGB value is (176,168,146). Sum of RGB (Red+Green+Blue) = 176+168+146=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A892 is #4F576D. Grayscale: #A7A7A7. Windows color (decimal): -5199726 or 9611440. OLE color: 9611440.

HSL color Cylindrical-coordinate representation of color #B0A892: hue angle of 44º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0A892 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176168146-
CMYK00.050.170.31
HSL44º15.96%63.14%-
HSV(B)44º17.05%69.02%-
XYZ37.139.3132.83-
YUV167.88115.65133.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 168 (66.02% from 255) = 34.29%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=35.92%
G=34.29%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616814600.050.170.314415.9663.14
HexB0A89205111F2c103f
Octal260250222052137542077
Binary1011000010101000100100100101100011111110110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A892; }

 p { color: rgb(176,168,146); }

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

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

 a { background-color: rgb(176,168,146); }

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

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

 span { border-color: rgb(176,168,146); }

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