#B4924B

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

Shades of Husk #B4924B

Tints of Husk #B4924B

Color information

#B4924B (or 0xB4924B) is unknown color: approx Husk. HEX triplet: B4, 92 and 4B. RGB value is (180,146,75). Sum of RGB (Red+Green+Blue) = 180+146+75=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4924B is #4B6DB4. Grayscale: #949494. Windows color (decimal): -4943285 or 4952756. OLE color: 4952756.

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

Color convert

RGB18014675-
CMYK00.190.580.29
HSL40.57º41.18%50%-
HSV(B)40.57º58.33%70.59%-
XYZ30.3730.7710.99-
YUV148.0786.76150.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 75 (29.69% from 255) = 18.70%
R=44.89%
G=36.41%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801467500.190.580.2940.5741.1850
HexB4924B0133A1D292932
Octal2642221130237235515162
Binary1011010010010010100101101001111101011101101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4924B; }

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

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

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

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

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

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

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

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