#B5984A

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

Shades of Husk #B5984A

Tints of Husk #B5984A

Color information

#B5984A (or 0xB5984A) is unknown color: approx Husk. HEX triplet: B5, 98 and 4A. RGB value is (181,152,74). Sum of RGB (Red+Green+Blue) = 181+152+74=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B5984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5984A is #4A67B5. Grayscale: #989898. Windows color (decimal): -4876214 or 4888757. OLE color: 4888757.

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

Color convert

RGB18115274-
CMYK00.160.590.29
HSL43.74º41.96%50%-
HSV(B)43.74º59.12%70.98%-
XYZ31.5232.7711.14-
YUV151.7884.11148.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=44.47%
G=37.35%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811527400.160.590.2943.7441.9650
HexB5984A0103B1D2c2a32
Octal2652301120207335545262
Binary1011010110011000100101001000011101111101101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5984A; }

 p { color: rgb(181,152,74); }

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

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

 a { background-color: rgb(181,152,74); }

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

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

 span { border-color: rgb(181,152,74); }

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