#B39A50

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

Shades of Husk #B39A50

Tints of Husk #B39A50

Color information

#B39A50 (or 0xB39A50) is unknown color: approx Husk. HEX triplet: B3, 9A and 50. RGB value is (179,154,80). Sum of RGB (Red+Green+Blue) = 179+154+80=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39A50 is #4C65AF. Grayscale: #999999. Windows color (decimal): -5006768 or 5282483. OLE color: 5282483.

HSL color Cylindrical-coordinate representation of color #B39A50: hue angle of 44.85º 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 #B39A50 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17915480-
CMYK00.140.550.30
HSL44.85º39.44%50.78%-
HSV(B)44.85º55.31%70.2%-
XYZ31.5933.2712.35-
YUV153.0486.78146.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=43.34%
G=37.29%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791548000.140.550.3044.8539.4450.78
HexB39A500E371E2d2733
Octal2632321200166736554763
Binary101100111001101010100000111011011111110101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A50; }

 p { color: rgb(179,154,80); }

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

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

 a { background-color: rgb(179,154,80); }

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

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

 span { border-color: rgb(179,154,80); }

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