#B2984A

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

Shades of Husk #B2984A

Tints of Husk #B2984A

Color information

#B2984A (or 0xB2984A) is unknown color: approx Husk. HEX triplet: B2, 98 and 4A. RGB value is (178,152,74). Sum of RGB (Red+Green+Blue) = 178+152+74=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B2984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2984A is #4D67B5. Grayscale: #979797. Windows color (decimal): -5072822 or 4888754. OLE color: 4888754.

HSL color Cylindrical-coordinate representation of color #B2984A: hue angle of 45º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2984A is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17815274-
CMYK00.150.580.30
HSL45º41.27%49.41%-
HSV(B)45º58.43%69.8%-
XYZ30.8232.4211.11-
YUV150.8884.61147.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 74 (29.30% from 255) = 18.32%
R=44.06%
G=37.62%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781527400.150.580.304541.2749.41
HexB2984A0F3A1E2d2931
Octal2622301120177236555161
Binary101100101001100010010100111111101011110101101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2984A; }

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

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

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

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

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

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

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

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