#b39750

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

Shades of Husk #B39750

Tints of Husk #B39750

Color information

#B39750 (or 0xB39750) is unknown color: approx Husk. HEX triplet: B3, 97 and 50. RGB value is (179,151,80). Sum of RGB (Red+Green+Blue) = 179+151+80=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B39750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39750 is #4C68AF. Grayscale: #979797. Windows color (decimal): -5007536 or 5281715. OLE color: 5281715.

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

Color convert

RGB17915180-
CMYK00.160.550.30
HSL43.03º39.44%50.78%-
HSV(B)43.03º55.31%70.2%-
XYZ31.132.312.18-
YUV151.2887.78147.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.66%
GREEN value IS 151 (59.38% from 255) = 36.83%
BLUE value IS 80 (31.64% from 255) = 19.51%
R=43.66%
G=36.83%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791518000.160.550.3043.0339.4450.78
HexB39750010371E2b2733
Octal2632271200206736534763
Binary1011001110010111101000001000011011111110101011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b39750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b39750; }

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

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

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

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

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

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

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

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