#B2994A

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

Shades of Husk #B2994A

Tints of Husk #B2994A

Color information

#B2994A (or 0xB2994A) is unknown color: approx Husk. HEX triplet: B2, 99 and 4A. RGB value is (178,153,74). Sum of RGB (Red+Green+Blue) = 178+153+74=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2994A is #4D66B5. Grayscale: #979797. Windows color (decimal): -5072566 or 4889010. OLE color: 4889010.

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

Color convert

RGB17815374-
CMYK00.140.580.30
HSL45.58º41.27%49.41%-
HSV(B)45.58º58.43%69.8%-
XYZ30.9932.7411.17-
YUV151.4784.28146.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 153 (60.16% from 255) = 37.78%
BLUE value IS 74 (29.30% from 255) = 18.27%
R=43.95%
G=37.78%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781537400.140.580.3045.5841.2749.41
HexB2994A0E3A1E2e2931
Octal2622311120167236565161
Binary101100101001100110010100111011101011110101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2994A; }

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

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

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

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

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

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

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

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