#B69A4D

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

Shades of Husk #B69A4D

Tints of Husk #B69A4D

Color information

#B69A4D (or 0xB69A4D) is unknown color: approx Husk. HEX triplet: B6, 9A and 4D. RGB value is (182,154,77). Sum of RGB (Red+Green+Blue) = 182+154+77=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A4D is #4965B2. Grayscale: #999999. Windows color (decimal): -4810163 or 5085878. OLE color: 5085878.

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

Color convert

RGB18215477-
CMYK00.150.580.29
HSL44º41.83%50.78%-
HSV(B)44º57.69%71.37%-
XYZ32.1933.5911.81-
YUV153.5984.78148.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 77 (30.47% from 255) = 18.64%
R=44.07%
G=37.29%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821547700.150.580.294441.8350.78
HexB69A4D0F3A1D2c2a33
Octal2662321150177235545263
Binary101101101001101010011010111111101011101101100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A4D; }

 p { color: rgb(182,154,77); }

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

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

 a { background-color: rgb(182,154,77); }

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

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

 span { border-color: rgb(182,154,77); }

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