#B4924F

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

Shades of Husk #B4924F

Tints of Husk #B4924F

Color information

#B4924F (or 0xB4924F) is unknown color: approx Husk. HEX triplet: B4, 92 and 4F. RGB value is (180,146,79). Sum of RGB (Red+Green+Blue) = 180+146+79=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B4924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4924F is #4B6DB0. Grayscale: #949494. Windows color (decimal): -4943281 or 5214900. OLE color: 5214900.

HSL color Cylindrical-coordinate representation of color #B4924F: hue angle of 39.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4924F is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB18014679-
CMYK00.190.560.29
HSL39.8º40.24%50.78%-
HSV(B)39.8º56.11%70.59%-
XYZ30.5130.8311.74-
YUV148.5388.76150.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 79 (31.25% from 255) = 19.51%
R=44.44%
G=36.05%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801467900.190.560.2939.840.2450.78
HexB4924F013381D282833
Octal2642221170237035505063
Binary1011010010010010100111101001111100011101101000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4924F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4924F; }

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

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

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

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

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

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

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

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