#B4964E

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

Shades of Husk #B4964E

Tints of Husk #B4964E

Color information

#B4964E (or 0xB4964E) is unknown color: approx Husk. HEX triplet: B4, 96 and 4E. RGB value is (180,150,78). Sum of RGB (Red+Green+Blue) = 180+150+78=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4964E is #4B69B1. Grayscale: #979797. Windows color (decimal): -4942258 or 5150388. OLE color: 5150388.

HSL color Cylindrical-coordinate representation of color #B4964E: hue angle of 42.35º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4964E is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18015078-
CMYK00.170.570.29
HSL42.35º40.48%50.59%-
HSV(B)42.35º56.67%70.59%-
XYZ31.132.0711.76-
YUV150.7686.94148.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=44.12%
G=36.76%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801507800.170.570.2942.3540.4850.59
HexB4964E011391D2a2833
Octal2642261160217135525063
Binary1011010010010110100111001000111100111101101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4964E; }

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

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

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

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

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

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

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

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