#BBAB92

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

Shades of Bison Hide #BBAB92

Tints of Bison Hide #BBAB92

Color information

#BBAB92 (or 0xBBAB92) is unknown color: approx Bison Hide. HEX triplet: BB, AB and 92. RGB value is (187,171,146). Sum of RGB (Red+Green+Blue) = 187+171+146=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB92 is #44546D. Grayscale: #ADADAD. Windows color (decimal): -4478062 or 9612219. OLE color: 9612219.

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

Color convert

RGB187171146-
CMYK00.090.220.27
HSL36.59º23.16%65.29%-
HSV(B)36.59º21.93%73.33%-
XYZ40.2441.7733.13-
YUV172.93112.8138.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=37.10%
G=33.93%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114600.090.220.2736.5923.1665.29
HexBBAB9209161B251741
Octal27325322201126334527101
Binary101110111010101110010010010011011011011100101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB92; }

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

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

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

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

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

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

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

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