#BAAB91

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

Shades of Bison Hide #BAAB91

Tints of Bison Hide #BAAB91

Color information

#BAAB91 (or 0xBAAB91) is unknown color: approx Bison Hide. HEX triplet: BA, AB and 91. RGB value is (186,171,145). Sum of RGB (Red+Green+Blue) = 186+171+145=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB91 is #45546E. Grayscale: #ACACAC. Windows color (decimal): -4543599 or 9546682. OLE color: 9546682.

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

Color convert

RGB186171145-
CMYK00.080.220.27
HSL38.05º22.91%64.9%-
HSV(B)38.05º22.04%72.94%-
XYZ39.9241.6132.72-
YUV172.52112.47137.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=37.05%
G=34.06%
B=28.88%

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
Decimal18617114500.080.220.2738.0522.9164.9
HexBAAB9108161B261741
Octal27225322101026334627101
Binary101110101010101110010001010001011011011100110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB91; }

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

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

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

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

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

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

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

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