#B99B48

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

Shades of Husk #B99B48

Tints of Husk #B99B48

Color information

#B99B48 (or 0xB99B48) is unknown color: approx Husk. HEX triplet: B9, 9B and 48. RGB value is (185,155,72). Sum of RGB (Red+Green+Blue) = 185+155+72=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99B48 is #4664B7. Grayscale: #9A9A9A. Windows color (decimal): -4613304 or 4758457. OLE color: 4758457.

HSL color Cylindrical-coordinate representation of color #B99B48: hue angle of 44.07º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B99B48 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18515572-
CMYK00.160.610.27
HSL44.07º44.66%50.39%-
HSV(B)44.07º61.08%72.55%-
XYZ32.934.2211-
YUV154.5181.44149.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 155 (60.94% from 255) = 37.62%
BLUE value IS 72 (28.52% from 255) = 17.48%
R=44.90%
G=37.62%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851557200.160.610.2744.0744.6650.39
HexB99B480103D1B2c2d32
Octal2712331100207533545562
Binary1011100110011011100100001000011110111011101100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B48; }

 p { color: rgb(185,155,72); }

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

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

 a { background-color: rgb(185,155,72); }

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

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

 span { border-color: rgb(185,155,72); }

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