#B6994B

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

Shades of Husk #B6994B

Tints of Husk #B6994B

Color information

#B6994B (or 0xB6994B) is unknown color: approx Husk. HEX triplet: B6, 99 and 4B. RGB value is (182,153,75). Sum of RGB (Red+Green+Blue) = 182+153+75=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6994B is #4966B4. Grayscale: #999999. Windows color (decimal): -4810421 or 4954550. OLE color: 4954550.

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

Color convert

RGB18215375-
CMYK00.160.590.29
HSL43.74º42.29%50.39%-
HSV(B)43.74º58.79%71.37%-
XYZ31.9533.2411.39-
YUV152.7884.11148.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 75 (29.69% from 255) = 18.29%
R=44.39%
G=37.32%
B=18.29%

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
Decimal1821537500.160.590.2943.7442.2950.39
HexB6994B0103B1D2c2a32
Octal2662311130207335545262
Binary1011011010011001100101101000011101111101101100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6994B; }

 p { color: rgb(182,153,75); }

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

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

 a { background-color: rgb(182,153,75); }

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

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

 span { border-color: rgb(182,153,75); }

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