#BAAB93

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

Shades of Bison Hide #BAAB93

Tints of Bison Hide #BAAB93

Color information

#BAAB93 (or 0xBAAB93) is unknown color: approx Bison Hide. HEX triplet: BA, AB and 93. RGB value is (186,171,147). Sum of RGB (Red+Green+Blue) = 186+171+147=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB93 is #45546C. Grayscale: #ACACAC. Windows color (decimal): -4543597 or 9677754. OLE color: 9677754.

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

Color convert

RGB186171147-
CMYK00.080.210.27
HSL36.92º22.03%65.29%-
HSV(B)36.92º20.97%72.94%-
XYZ40.0841.6733.53-
YUV172.75113.47137.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=36.90%
G=33.93%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617114700.080.210.2736.9222.0365.29
HexBAAB9308151B251641
Octal27225322301025334526101
Binary101110101010101110010011010001010111011100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB93; }

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

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

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

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

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

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

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

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