#B99D48

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

Shades of Husk #B99D48

Tints of Husk #B99D48

Color information

#B99D48 (or 0xB99D48) is unknown color: approx Husk. HEX triplet: B9, 9D and 48. RGB value is (185,157,72). Sum of RGB (Red+Green+Blue) = 185+157+72=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99D48 is #4662B7. Grayscale: #9C9C9C. Windows color (decimal): -4612792 or 4758969. OLE color: 4758969.

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

Color convert

RGB18515772-
CMYK00.150.610.27
HSL45.13º44.66%50.39%-
HSV(B)45.13º61.08%72.55%-
XYZ33.2334.911.11-
YUV155.6880.78148.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 157 (61.72% from 255) = 37.92%
BLUE value IS 72 (28.52% from 255) = 17.39%
R=44.69%
G=37.92%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851577200.150.610.2745.1344.6650.39
HexB99D480F3D1B2d2d32
Octal2712351100177533555562
Binary101110011001110110010000111111110111011101101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D48; }

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

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

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

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

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

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

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

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