#BAAB90

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

Shades of Bison Hide #BAAB90

Tints of Bison Hide #BAAB90

Color information

#BAAB90 (or 0xBAAB90) is unknown color: approx Bison Hide. HEX triplet: BA, AB and 90. RGB value is (186,171,144). Sum of RGB (Red+Green+Blue) = 186+171+144=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB90 is #45546F. Grayscale: #ACACAC. Windows color (decimal): -4543600 or 9481146. OLE color: 9481146.

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

Color convert

RGB186171144-
CMYK00.080.230.27
HSL38.57º23.33%64.71%-
HSV(B)38.57º22.58%72.94%-
XYZ39.8541.5832.31-
YUV172.41111.97137.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=37.13%
G=34.13%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617114400.080.230.2738.5723.3364.71
HexBAAB9008171B271741
Octal27225322001027334727101
Binary101110101010101110010000010001011111011100111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB90; }

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

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

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

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

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

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

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

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