#B9B192

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

Shades of Bison Hide #B9B192

Tints of Bison Hide #B9B192

Color information

#B9B192 (or 0xB9B192) is unknown color: approx Bison Hide. HEX triplet: B9, B1 and 92. RGB value is (185,177,146). Sum of RGB (Red+Green+Blue) = 185+177+146=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B192 is #464E6D. Grayscale: #AFAFAF. Windows color (decimal): -4607598 or 9613753. OLE color: 9613753.

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

Color convert

RGB185177146-
CMYK00.040.210.27
HSL47.69º21.79%64.9%-
HSV(B)47.69º21.08%72.55%-
XYZ40.9243.8333.5-
YUV175.86111.15134.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.42%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=36.42%
G=34.84%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517714600.040.210.2747.6921.7964.9
HexB9B19204151B301641
Octal2712612220425336026101
Binary10111001101100011001001001001010111011110000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B192; }

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

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

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

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

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

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

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

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