#B2994B

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

Shades of Husk #B2994B

Tints of Husk #B2994B

Color information

#B2994B (or 0xB2994B) is unknown color: approx Husk. HEX triplet: B2, 99 and 4B. RGB value is (178,153,75). Sum of RGB (Red+Green+Blue) = 178+153+75=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2994B is #4D66B4. Grayscale: #979797. Windows color (decimal): -5072565 or 4954546. OLE color: 4954546.

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

Color convert

RGB17815375-
CMYK00.140.580.30
HSL45.44º40.71%49.61%-
HSV(B)45.44º57.87%69.8%-
XYZ31.0232.7611.34-
YUV151.5884.78146.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 153 (60.16% from 255) = 37.68%
BLUE value IS 75 (29.69% from 255) = 18.47%
R=43.84%
G=37.68%
B=18.47%

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
Decimal1781537500.140.580.3045.4440.7149.61
HexB2994B0E3A1E2d2932
Octal2622311130167236555162
Binary101100101001100110010110111011101011110101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2994B; }

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

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

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

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

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

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

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

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