#B4964B

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

Shades of Husk #B4964B

Tints of Husk #B4964B

Color information

#B4964B (or 0xB4964B) is unknown color: approx Husk. HEX triplet: B4, 96 and 4B. RGB value is (180,150,75). Sum of RGB (Red+Green+Blue) = 180+150+75=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4964B is #4B69B4. Grayscale: #969696. Windows color (decimal): -4942261 or 4953780. OLE color: 4953780.

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

Color convert

RGB18015075-
CMYK00.170.580.29
HSL42.86º41.18%50%-
HSV(B)42.86º58.33%70.59%-
XYZ3132.0211.2-
YUV150.4285.44149.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=44.44%
G=37.04%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801507500.170.580.2942.8641.1850
HexB4964B0113A1D2b2932
Octal2642261130217235535162
Binary1011010010010110100101101000111101011101101011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4964B; }

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

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

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

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

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

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

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

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