#B4984B

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

Shades of Husk #B4984B

Tints of Husk #B4984B

Color information

#B4984B (or 0xB4984B) is unknown color: approx Husk. HEX triplet: B4, 98 and 4B. RGB value is (180,152,75). Sum of RGB (Red+Green+Blue) = 180+152+75=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B4984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4984B is #4B67B4. Grayscale: #979797. Windows color (decimal): -4941749 or 4954292. OLE color: 4954292.

HSL color Cylindrical-coordinate representation of color #B4984B: hue angle of 44º 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 #B4984B is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB18015275-
CMYK00.160.580.29
HSL44º41.18%50%-
HSV(B)44º58.33%70.59%-
XYZ31.3232.6711.31-
YUV151.5984.78148.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 75 (29.69% from 255) = 18.43%
R=44.23%
G=37.35%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801527500.160.580.294441.1850
HexB4984B0103A1D2c2932
Octal2642301130207235545162
Binary1011010010011000100101101000011101011101101100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4984B; }

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

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

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

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

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

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

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

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