#B0A796

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

Shades of Bison Hide #B0A796

Tints of Bison Hide #B0A796

Color information

#B0A796 (or 0xB0A796) is unknown color: approx Bison Hide. HEX triplet: B0, A7 and 96. RGB value is (176,167,150). Sum of RGB (Red+Green+Blue) = 176+167+150=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A796 is #4F5869. Grayscale: #A7A7A7. Windows color (decimal): -5199978 or 9873328. OLE color: 9873328.

HSL color Cylindrical-coordinate representation of color #B0A796: hue angle of 39.23º degrees, saturation: 0.14, 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 #B0A796 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB176167150-
CMYK00.050.150.31
HSL39.23º14.13%63.92%-
HSV(B)39.23º14.77%69.02%-
XYZ37.2339.0734.43-
YUV167.75117.98133.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=35.70%
G=33.87%
B=30.43%

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
Decimal17616715000.050.150.3139.2314.1363.92
HexB0A79605F1F27e40
Octal2602472260517374716100
Binary101100001010011110010110010111111111110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A796; }

 p { color: rgb(176,167,150); }

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

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

 a { background-color: rgb(176,167,150); }

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

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

 span { border-color: rgb(176,167,150); }

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