#BBB396

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

Shades of Bison Hide #BBB396

Tints of Bison Hide #BBB396

Color information

#BBB396 (or 0xBBB396) is unknown color: approx Bison Hide. HEX triplet: BB, B3 and 96. RGB value is (187,179,150). Sum of RGB (Red+Green+Blue) = 187+179+150=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB396 is #444C69. Grayscale: #B2B2B2. Windows color (decimal): -4476010 or 9876411. OLE color: 9876411.

HSL color Cylindrical-coordinate representation of color #BBB396: hue angle of 47.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB396 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187179150-
CMYK00.040.200.27
HSL47.03º21.39%66.08%-
HSV(B)47.03º19.79%73.33%-
XYZ42.1245.0135.32-
YUV178.09112.15134.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.24%
GREEN value IS 179 (70.31% from 255) = 34.69%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=36.24%
G=34.69%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717915000.040.200.2747.0321.3966.08
HexBBB39604141B2f1542
Octal2732632260424335725102
Binary10111011101100111001011001001010011011101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB396; }

 p { color: rgb(187,179,150); }

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

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

 a { background-color: rgb(187,179,150); }

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

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

 span { border-color: rgb(187,179,150); }

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