#B39848

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

Shades of Husk #B39848

Tints of Husk #B39848

Color information

#B39848 (or 0xB39848) is unknown color: approx Husk. HEX triplet: B3, 98 and 48. RGB value is (179,152,72). Sum of RGB (Red+Green+Blue) = 179+152+72=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B39848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39848 is #4C67B7. Grayscale: #979797. Windows color (decimal): -5007288 or 4757683. OLE color: 4757683.

HSL color Cylindrical-coordinate representation of color #B39848: hue angle of 44.86º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39848 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17915272-
CMYK00.150.600.30
HSL44.86º42.63%49.22%-
HSV(B)44.86º59.78%70.2%-
XYZ30.9932.5110.77-
YUV150.9583.45148-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 152 (59.77% from 255) = 37.72%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=44.42%
G=37.72%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791527200.150.600.3044.8642.6349.22
HexB398480F3C1E2d2b31
Octal2632301100177436555361
Binary101100111001100010010000111111110011110101101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39848; }

 p { color: rgb(179,152,72); }

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

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

 a { background-color: rgb(179,152,72); }

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

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

 span { border-color: rgb(179,152,72); }

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