#b2964e

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

Shades of Husk #B2964E

Tints of Husk #B2964E

Color information

#B2964E (or 0xB2964E) is unknown color: approx Husk. HEX triplet: B2, 96 and 4E. RGB value is (178,150,78). Sum of RGB (Red+Green+Blue) = 178+150+78=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2964E is #4D69B1. Grayscale: #969696. Windows color (decimal): -5073330 or 5150386. OLE color: 5150386.

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

Color convert

RGB17815078-
CMYK00.160.560.30
HSL43.2º39.37%50.2%-
HSV(B)43.2º56.18%69.8%-
XYZ30.6431.8311.74-
YUV150.1687.28147.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 150 (58.98% from 255) = 36.95%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=43.84%
G=36.95%
B=19.21%

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
Decimal1781507800.160.560.3043.239.3750.2
HexB2964E010381E2b2732
Octal2622261160207036534762
Binary1011001010010110100111001000011100011110101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2964e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2964e; }

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

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

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

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

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

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

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

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