#BBAC90

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

Shades of Bison Hide #BBAC90

Tints of Bison Hide #BBAC90

Color information

#BBAC90 (or 0xBBAC90) is unknown color: approx Bison Hide. HEX triplet: BB, AC and 90. RGB value is (187,172,144). Sum of RGB (Red+Green+Blue) = 187+172+144=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC90 is #44536F. Grayscale: #ADADAD. Windows color (decimal): -4477808 or 9481403. OLE color: 9481403.

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

Color convert

RGB187172144-
CMYK00.080.230.27
HSL39.07º24.02%64.9%-
HSV(B)39.07º22.99%73.33%-
XYZ40.2842.0832.39-
YUV173.29111.47137.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=37.18%
G=34.19%
B=28.63%

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
Decimal18717214400.080.230.2739.0724.0264.9
HexBBAC9008171B271841
Octal27325422001027334730101
Binary101110111010110010010000010001011111011100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC90; }

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

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

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

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

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

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

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

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