#BAAB92

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

Shades of Bison Hide #BAAB92

Tints of Bison Hide #BAAB92

Color information

#BAAB92 (or 0xBAAB92) is unknown color: approx Bison Hide. HEX triplet: BA, AB and 92. RGB value is (186,171,146). Sum of RGB (Red+Green+Blue) = 186+171+146=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAB92 is #45546D. Grayscale: #ACACAC. Windows color (decimal): -4543598 or 9612218. OLE color: 9612218.

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

Color convert

RGB186171146-
CMYK00.080.220.27
HSL37.5º22.47%65.1%-
HSV(B)37.5º21.51%72.94%-
XYZ4041.6433.12-
YUV172.64112.97137.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 171 (67.19% from 255) = 34.00%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=36.98%
G=34.00%
B=29.03%

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
Decimal18617114600.080.220.2737.522.4765.1
HexBAAB9208161B261641
Octal27225322201026334626101
Binary101110101010101110010010010001011011011100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAB92; }

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

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

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

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

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

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

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

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