#BBB192

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

Shades of Bison Hide #BBB192

Tints of Bison Hide #BBB192

Color information

#BBB192 (or 0xBBB192) is unknown color: approx Bison Hide. HEX triplet: BB, B1 and 92. RGB value is (187,177,146). Sum of RGB (Red+Green+Blue) = 187+177+146=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB192 is #444E6D. Grayscale: #B0B0B0. Windows color (decimal): -4476526 or 9613755. OLE color: 9613755.

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

Color convert

RGB187177146-
CMYK00.050.220.27
HSL45.37º23.16%65.29%-
HSV(B)45.37º21.93%73.33%-
XYZ41.444.0833.52-
YUV176.46110.81135.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=36.67%
G=34.71%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717714600.050.220.2745.3723.1665.29
HexBBB19205161B2d1741
Octal2732612220526335527101
Binary10111011101100011001001001011011011011101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB192; }

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

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

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

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

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

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

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

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