#BBB295

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

Shades of Bison Hide #BBB295

Tints of Bison Hide #BBB295

Color information

#BBB295 (or 0xBBB295) is unknown color: approx Bison Hide. HEX triplet: BB, B2 and 95. RGB value is (187,178,149). Sum of RGB (Red+Green+Blue) = 187+178+149=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB295 is #444D6A. Grayscale: #B1B1B1. Windows color (decimal): -4476267 or 9810619. OLE color: 9810619.

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

Color convert

RGB187178149-
CMYK00.050.200.27
HSL45.79º21.84%65.88%-
HSV(B)45.79º20.32%73.33%-
XYZ41.8444.5834.83-
YUV177.38111.98134.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=36.38%
G=34.63%
B=28.99%

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
Decimal18717814900.050.200.2745.7921.8465.88
HexBBB29505141B2e1642
Octal2732622250524335626102
Binary10111011101100101001010101011010011011101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB295; }

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

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

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

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

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

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

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

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