#B6984C

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

Shades of Husk #B6984C

Tints of Husk #B6984C

Color information

#B6984C (or 0xB6984C) is unknown color: approx Husk. HEX triplet: B6, 98 and 4C. RGB value is (182,152,76). Sum of RGB (Red+Green+Blue) = 182+152+76=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6984C is #4967B3. Grayscale: #989898. Windows color (decimal): -4810676 or 5019830. OLE color: 5019830.

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

Color convert

RGB18215276-
CMYK00.160.580.29
HSL43.02º42.06%50.59%-
HSV(B)43.02º58.24%71.37%-
XYZ31.8232.9211.52-
YUV152.3184.94149.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 152 (59.77% from 255) = 37.07%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=44.39%
G=37.07%
B=18.54%

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
Decimal1821527600.160.580.2943.0242.0650.59
HexB6984C0103A1D2b2a33
Octal2662301140207235535263
Binary1011011010011000100110001000011101011101101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6984C; }

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

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

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

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

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

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

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

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