#B0A895

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

Shades of Bison Hide #B0A895

Tints of Bison Hide #B0A895

Color information

#B0A895 (or 0xB0A895) is unknown color: approx Bison Hide. HEX triplet: B0, A8 and 95. RGB value is (176,168,149). Sum of RGB (Red+Green+Blue) = 176+168+149=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A895 is #4F576A. Grayscale: #A8A8A8. Windows color (decimal): -5199723 or 9808048. OLE color: 9808048.

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

Color convert

RGB176168149-
CMYK00.050.150.31
HSL42.22º14.59%63.73%-
HSV(B)42.22º15.34%69.02%-
XYZ37.3339.4134.07-
YUV168.23117.15133.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=35.70%
G=34.08%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616814900.050.150.3142.2214.5963.73
HexB0A89505F1F2af40
Octal2602502250517375217100
Binary101100001010100010010101010111111111110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A895; }

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

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

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

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

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

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

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

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