#B0AA95

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

Shades of Bison Hide #B0AA95

Tints of Bison Hide #B0AA95

Color information

#B0AA95 (or 0xB0AA95) is unknown color: approx Bison Hide. HEX triplet: B0, AA and 95. RGB value is (176,170,149). Sum of RGB (Red+Green+Blue) = 176+170+149=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AA95 is #4F556A. Grayscale: #A9A9A9. Windows color (decimal): -5199211 or 9808560. OLE color: 9808560.

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

Color convert

RGB176170149-
CMYK00.030.150.31
HSL46.67º14.59%63.73%-
HSV(B)46.67º15.34%69.02%-
XYZ37.740.1534.2-
YUV169.4116.49132.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=35.56%
G=34.34%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617014900.030.150.3146.6714.5963.73
HexB0AA9503F1F2ff40
Octal2602522250317375717100
Binary10110000101010101001010101111111111110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AA95; }

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

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

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

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

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

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

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

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