#BBAB90

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

Shades of Bison Hide #BBAB90

Tints of Bison Hide #BBAB90

Color information

#BBAB90 (or 0xBBAB90) is unknown color: approx Bison Hide. HEX triplet: BB, AB and 90. RGB value is (187,171,144). Sum of RGB (Red+Green+Blue) = 187+171+144=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB90 is #44546F. Grayscale: #ACACAC. Windows color (decimal): -4478064 or 9481147. OLE color: 9481147.

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

Color convert

RGB187171144-
CMYK00.090.230.27
HSL37.67º24.02%64.9%-
HSV(B)37.67º22.99%73.33%-
XYZ40.0941.732.32-
YUV172.71111.8138.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=37.25%
G=34.06%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717114400.090.230.2737.6724.0264.9
HexBBAB9009171B261841
Octal27325322001127334630101
Binary101110111010101110010000010011011111011100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAB90; }

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

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

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

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

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

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

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

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