#B2924C

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

Shades of Husk #B2924C

Tints of Husk #B2924C

Color information

#B2924C (or 0xB2924C) is unknown color: approx Husk. HEX triplet: B2, 92 and 4C. RGB value is (178,146,76). Sum of RGB (Red+Green+Blue) = 178+146+76=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2924C is #4D6DB3. Grayscale: #939393. Windows color (decimal): -5074356 or 5018290. OLE color: 5018290.

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

Color convert

RGB17814676-
CMYK00.180.570.30
HSL41.18º40.16%49.8%-
HSV(B)41.18º57.3%69.8%-
XYZ29.9430.5411.15-
YUV147.5987.6149.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=44.5%
G=36.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781467600.180.570.3041.1840.1649.8
HexB2924C012391E292832
Octal2622221140227136515062
Binary1011001010010010100110001001011100111110101001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2924C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2924C; }

 p { color: rgb(178,146,76); }

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

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

 a { background-color: rgb(178,146,76); }

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

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

 span { border-color: rgb(178,146,76); }

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