#B3964E

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

Shades of Husk #B3964E

Tints of Husk #B3964E

Color information

#B3964E (or 0xB3964E) is unknown color: approx Husk. HEX triplet: B3, 96 and 4E. RGB value is (179,150,78). Sum of RGB (Red+Green+Blue) = 179+150+78=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3964E is #4C69B1. Grayscale: #969696. Windows color (decimal): -5007794 or 5150387. OLE color: 5150387.

HSL color Cylindrical-coordinate representation of color #B3964E: hue angle of 42.77º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3964E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB17915078-
CMYK00.160.560.30
HSL42.77º39.92%50.39%-
HSV(B)42.77º56.42%70.2%-
XYZ30.8731.9511.75-
YUV150.4687.11148.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=43.98%
G=36.86%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791507800.160.560.3042.7739.9250.39
HexB3964E010381E2b2832
Octal2632261160207036535062
Binary1011001110010110100111001000011100011110101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3964E; }

 p { color: rgb(179,150,78); }

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

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

 a { background-color: rgb(179,150,78); }

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

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

 span { border-color: rgb(179,150,78); }

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