#B9AA90

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

Shades of Bison Hide #B9AA90

Tints of Bison Hide #B9AA90

Color information

#B9AA90 (or 0xB9AA90) is unknown color: approx Bison Hide. HEX triplet: B9, AA and 90. RGB value is (185,170,144). Sum of RGB (Red+Green+Blue) = 185+170+144=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AA90 is #46556F. Grayscale: #ABABAB. Windows color (decimal): -4609392 or 9480889. OLE color: 9480889.

HSL color Cylindrical-coordinate representation of color #B9AA90: hue angle of 38.05º degrees, saturation: 0.23, 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 #B9AA90 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185170144-
CMYK00.080.220.27
HSL38.05º22.65%64.51%-
HSV(B)38.05º22.16%72.55%-
XYZ39.4241.0832.24-
YUV171.52112.47137.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=37.07%
G=34.07%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517014400.080.220.2738.0522.6564.51
HexB9AA9008161B261741
Octal27125222001026334627101
Binary101110011010101010010000010001011011011100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AA90; }

 p { color: rgb(185,170,144); }

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

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

 a { background-color: rgb(185,170,144); }

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

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

 span { border-color: rgb(185,170,144); }

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