#B9A891

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

Shades of Bison Hide #B9A891

Tints of Bison Hide #B9A891

Color information

#B9A891 (or 0xB9A891) is unknown color: approx Bison Hide. HEX triplet: B9, A8 and 91. RGB value is (185,168,145). Sum of RGB (Red+Green+Blue) = 185+168+145=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A891 is #46576E. Grayscale: #AAAAAA. Windows color (decimal): -4609903 or 9545913. OLE color: 9545913.

HSL color Cylindrical-coordinate representation of color #B9A891: hue angle of 34.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9A891 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185168145-
CMYK00.090.220.27
HSL34.5º22.22%64.71%-
HSV(B)34.5º21.62%72.55%-
XYZ39.1240.3632.52-
YUV170.46113.63138.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 168 (66.02% from 255) = 33.73%
BLUE value IS 145 (57.03% from 255) = 29.12%
R=37.15%
G=33.73%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516814500.090.220.2734.522.2264.71
HexB9A89109161B231641
Octal27125022101126334326101
Binary101110011010100010010001010011011011011100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A891; }

 p { color: rgb(185,168,145); }

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

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

 a { background-color: rgb(185,168,145); }

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

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

 span { border-color: rgb(185,168,145); }

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