#B99C48

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

Shades of Husk #B99C48

Tints of Husk #B99C48

Color information

#B99C48 (or 0xB99C48) is unknown color: approx Husk. HEX triplet: B9, 9C and 48. RGB value is (185,156,72). Sum of RGB (Red+Green+Blue) = 185+156+72=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99C48 is #4663B7. Grayscale: #9B9B9B. Windows color (decimal): -4613048 or 4758713. OLE color: 4758713.

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

Color convert

RGB18515672-
CMYK00.160.610.27
HSL44.6º44.66%50.39%-
HSV(B)44.6º61.08%72.55%-
XYZ33.0734.5611.06-
YUV155.181.11149.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=44.79%
G=37.77%
B=17.43%

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
Decimal1851567200.160.610.2744.644.6650.39
HexB99C480103D1B2d2d32
Octal2712341100207533555562
Binary1011100110011100100100001000011110111011101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C48; }

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

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

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

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

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

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

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

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