#B8AA91

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

Shades of Bison Hide #B8AA91

Tints of Bison Hide #B8AA91

Color information

#B8AA91 (or 0xB8AA91) is unknown color: approx Bison Hide. HEX triplet: B8, AA and 91. RGB value is (184,170,145). Sum of RGB (Red+Green+Blue) = 184+170+145=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AA91 is #47556E. Grayscale: #ABABAB. Windows color (decimal): -4674927 or 9546424. OLE color: 9546424.

HSL color Cylindrical-coordinate representation of color #B8AA91: hue angle of 38.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8AA91 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB184170145-
CMYK00.080.210.28
HSL38.46º21.55%64.51%-
HSV(B)38.46º21.2%72.16%-
XYZ39.2540.9832.63-
YUV171.34113.14137.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=36.87%
G=34.07%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417014500.080.210.2838.4621.5564.51
HexB8AA9108151C261641
Octal27025222101025344626101
Binary101110001010101010010001010001010111100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AA91; }

 p { color: rgb(184,170,145); }

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

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

 a { background-color: rgb(184,170,145); }

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

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

 span { border-color: rgb(184,170,145); }

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