#b6984a

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

Shades of Husk #B6984A

Tints of Husk #B6984A

Color information

#B6984A (or 0xB6984A) is unknown color: approx Husk. HEX triplet: B6, 98 and 4A. RGB value is (182,152,74). Sum of RGB (Red+Green+Blue) = 182+152+74=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6984A is #4967B5. Grayscale: #989898. Windows color (decimal): -4810678 or 4888758. OLE color: 4888758.

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

Color convert

RGB18215274-
CMYK00.160.590.29
HSL43.33º42.52%50.2%-
HSV(B)43.33º59.34%71.37%-
XYZ31.7632.911.15-
YUV152.0883.94149.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 74 (29.30% from 255) = 18.14%
R=44.61%
G=37.25%
B=18.14%

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
Decimal1821527400.160.590.2943.3342.5250.2
HexB6984A0103B1D2b2b32
Octal2662301120207335535362
Binary1011011010011000100101001000011101111101101011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6984a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6984a; }

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

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

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

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

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

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

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

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