#BAA891

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

Shades of Bison Hide #BAA891

Tints of Bison Hide #BAA891

Color information

#BAA891 (or 0xBAA891) is unknown color: approx Bison Hide. HEX triplet: BA, A8 and 91. RGB value is (186,168,145). Sum of RGB (Red+Green+Blue) = 186+168+145=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA891 is #45576E. Grayscale: #AAAAAA. Windows color (decimal): -4544367 or 9545914. OLE color: 9545914.

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

Color convert

RGB186168145-
CMYK00.100.220.27
HSL33.66º22.91%64.9%-
HSV(B)33.66º22.04%72.94%-
XYZ39.3640.4932.53-
YUV170.76113.46138.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=37.27%
G=33.67%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616814500.100.220.2733.6622.9164.9
HexBAA8910A161B221741
Octal27225022101226334227101
Binary101110101010100010010001010101011011011100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA891; }

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

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

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

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

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

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

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

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