#B2984E

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

Shades of Husk #B2984E

Tints of Husk #B2984E

Color information

#B2984E (or 0xB2984E) is unknown color: approx Husk. HEX triplet: B2, 98 and 4E. RGB value is (178,152,78). Sum of RGB (Red+Green+Blue) = 178+152+78=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B2984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2984E is #4D67B1. Grayscale: #979797. Windows color (decimal): -5072818 or 5150898. OLE color: 5150898.

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

Color convert

RGB17815278-
CMYK00.150.560.30
HSL44.4º39.37%50.2%-
HSV(B)44.4º56.18%69.8%-
XYZ30.9632.4711.84-
YUV151.3486.61147.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=43.63%
G=37.25%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781527800.150.560.3044.439.3750.2
HexB2984E0F381E2c2732
Octal2622301160177036544762
Binary101100101001100010011100111111100011110101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2984E; }

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

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

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

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

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

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

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

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