#b2984f

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

Shades of Husk #B2984F

Tints of Husk #B2984F

Color information

#B2984F (or 0xB2984F) is unknown color: approx Husk. HEX triplet: B2, 98 and 4F. RGB value is (178,152,79). Sum of RGB (Red+Green+Blue) = 178+152+79=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2984F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2984F is #4D67B0. Grayscale: #979797. Windows color (decimal): -5072817 or 5216434. OLE color: 5216434.

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

Color convert

RGB17815279-
CMYK00.150.560.30
HSL44.24º39.13%50.39%-
HSV(B)44.24º55.62%69.8%-
XYZ3132.4912.03-
YUV151.4587.11146.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 79 (31.25% from 255) = 19.32%
R=43.52%
G=37.16%
B=19.32%

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
Decimal1781527900.150.560.3044.2439.1350.39
HexB2984F0F381E2c2732
Octal2622301170177036544762
Binary101100101001100010011110111111100011110101100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2984f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2984f; }

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

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

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

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

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

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

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

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