#BBB195

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

Shades of Bison Hide #BBB195

Tints of Bison Hide #BBB195

Color information

#BBB195 (or 0xBBB195) is unknown color: approx Bison Hide. HEX triplet: BB, B1 and 95. RGB value is (187,177,149). Sum of RGB (Red+Green+Blue) = 187+177+149=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB195 is #444E6A. Grayscale: #B0B0B0. Windows color (decimal): -4476523 or 9810363. OLE color: 9810363.

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

Color convert

RGB187177149-
CMYK00.050.200.27
HSL44.21º21.84%65.88%-
HSV(B)44.21º20.32%73.33%-
XYZ41.6444.1834.77-
YUV176.8112.31135.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=36.45%
G=34.50%
B=29.04%

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
Decimal18717714900.050.200.2744.2121.8465.88
HexBBB19505141B2c1642
Octal2732612250524335426102
Binary10111011101100011001010101011010011011101100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB195; }

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

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

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

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

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

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

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

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