#B2944D

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

Shades of Husk #B2944D

Tints of Husk #B2944D

Color information

#B2944D (or 0xB2944D) is unknown color: approx Husk. HEX triplet: B2, 94 and 4D. RGB value is (178,148,77). Sum of RGB (Red+Green+Blue) = 178+148+77=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2944D is #4D6BB2. Grayscale: #959595. Windows color (decimal): -5073843 or 5084338. OLE color: 5084338.

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

Color convert

RGB17814877-
CMYK00.170.570.30
HSL42.18º39.61%50%-
HSV(B)42.18º56.74%69.8%-
XYZ30.2931.1811.44-
YUV148.8887.44148.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 148 (58.20% from 255) = 36.72%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=44.17%
G=36.72%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781487700.170.570.3042.1839.6150
HexB2944D011391E2a2832
Octal2622241150217136525062
Binary1011001010010100100110101000111100111110101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2944D; }

 p { color: rgb(178,148,77); }

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

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

 a { background-color: rgb(178,148,77); }

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

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

 span { border-color: rgb(178,148,77); }

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