#BBAC91

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

Shades of Bison Hide #BBAC91

Tints of Bison Hide #BBAC91

Color information

#BBAC91 (or 0xBBAC91) is unknown color: approx Bison Hide. HEX triplet: BB, AC and 91. RGB value is (187,172,145). Sum of RGB (Red+Green+Blue) = 187+172+145=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC91 is #44536E. Grayscale: #ADADAD. Windows color (decimal): -4477807 or 9546939. OLE color: 9546939.

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

Color convert

RGB187172145-
CMYK00.080.220.27
HSL38.57º23.6%65.1%-
HSV(B)38.57º22.46%73.33%-
XYZ40.3642.1132.79-
YUV173.41111.97137.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=37.10%
G=34.13%
B=28.77%

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
Decimal18717214500.080.220.2738.5723.665.1
HexBBAC9108161B271841
Octal27325422101026334730101
Binary101110111010110010010001010001011011011100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAC91; }

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

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

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

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

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

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

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

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