#B4914E

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

Shades of Husk #B4914E

Tints of Husk #B4914E

Color information

#B4914E (or 0xB4914E) is unknown color: approx Husk. HEX triplet: B4, 91 and 4E. RGB value is (180,145,78). Sum of RGB (Red+Green+Blue) = 180+145+78=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B4914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4914E is #4B6EB1. Grayscale: #949494. Windows color (decimal): -4943538 or 5149108. OLE color: 5149108.

HSL color Cylindrical-coordinate representation of color #B4914E: hue angle of 39.41º 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 #B4914E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB18014578-
CMYK00.190.570.29
HSL39.41º40.48%50.59%-
HSV(B)39.41º56.67%70.59%-
XYZ30.3230.511.5-
YUV147.8388.6150.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=44.67%
G=35.98%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801457800.190.570.2939.4140.4850.59
HexB4914E013391D272833
Octal2642211160237135475063
Binary1011010010010001100111001001111100111101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4914E; }

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

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

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

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

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

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

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

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