#BAA991

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

Shades of Bison Hide #BAA991

Tints of Bison Hide #BAA991

Color information

#BAA991 (or 0xBAA991) is unknown color: approx Bison Hide. HEX triplet: BA, A9 and 91. RGB value is (186,169,145). Sum of RGB (Red+Green+Blue) = 186+169+145=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA991 is #45566E. Grayscale: #ABABAB. Windows color (decimal): -4544111 or 9546170. OLE color: 9546170.

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

Color convert

RGB186169145-
CMYK00.090.220.27
HSL35.12º22.91%64.9%-
HSV(B)35.12º22.04%72.94%-
XYZ39.5540.8632.59-
YUV171.35113.13138.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 145 (57.03% from 255) = 29%
R=37.2%
G=33.8%
B=29%

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
Decimal18616914500.090.220.2735.1222.9164.9
HexBAA99109161B231741
Octal27225122101126334327101
Binary101110101010100110010001010011011011011100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA991; }

 p { color: rgb(186,169,145); }

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

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

 a { background-color: rgb(186,169,145); }

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

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

 span { border-color: rgb(186,169,145); }

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