#BBB296

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

Shades of Bison Hide #BBB296

Tints of Bison Hide #BBB296

Color information

#BBB296 (or 0xBBB296) is unknown color: approx Bison Hide. HEX triplet: BB, B2 and 96. RGB value is (187,178,150). Sum of RGB (Red+Green+Blue) = 187+178+150=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB296 is #444D69. Grayscale: #B1B1B1. Windows color (decimal): -4476266 or 9876155. OLE color: 9876155.

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

Color convert

RGB187178150-
CMYK00.050.200.27
HSL45.41º21.39%66.08%-
HSV(B)45.41º19.79%73.33%-
XYZ41.9244.6135.25-
YUV177.5112.48134.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=36.31%
G=34.56%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717815000.050.200.2745.4121.3966.08
HexBBB29605141B2d1542
Octal2732622260524335525102
Binary10111011101100101001011001011010011011101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB296; }

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

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

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

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

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

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

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

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