#B2924F

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

Shades of Husk #B2924F

Tints of Husk #B2924F

Color information

#B2924F (or 0xB2924F) is unknown color: approx Husk. HEX triplet: B2, 92 and 4F. RGB value is (178,146,79). Sum of RGB (Red+Green+Blue) = 178+146+79=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2924F is #4D6DB0. Grayscale: #949494. Windows color (decimal): -5074353 or 5214898. OLE color: 5214898.

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

Color convert

RGB17814679-
CMYK00.180.560.30
HSL40.61º39.13%50.39%-
HSV(B)40.61º55.62%69.8%-
XYZ30.0530.5911.72-
YUV147.9389.1149.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=44.17%
G=36.23%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781467900.180.560.3040.6139.1350.39
HexB2924F012381E292732
Octal2622221170227036514762
Binary1011001010010010100111101001011100011110101001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2924F; }

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

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

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

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

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

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

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

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