#B39251

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

Shades of Husk #B39251

Tints of Husk #B39251

Color information

#B39251 (or 0xB39251) is unknown color: approx Husk. HEX triplet: B3, 92 and 51. RGB value is (179,146,81). Sum of RGB (Red+Green+Blue) = 179+146+81=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 179 - color contains mainly: red. Hex color #B39251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39251 is #4C6DAE. Grayscale: #949494. Windows color (decimal): -5008815 or 5345971. OLE color: 5345971.

HSL color Cylindrical-coordinate representation of color #B39251: hue angle of 39.8º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B39251 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17914681-
CMYK00.180.550.30
HSL39.8º39.2%50.98%-
HSV(B)39.8º54.75%70.2%-
XYZ30.3530.7412.12-
YUV148.4689.93149.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=44.09%
G=35.96%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791468100.180.550.3039.839.250.98
HexB39251012371E282733
Octal2632221210226736504763
Binary1011001110010010101000101001011011111110101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39251; }

 p { color: rgb(179,146,81); }

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

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

 a { background-color: rgb(179,146,81); }

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

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

 span { border-color: rgb(179,146,81); }

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