#B69A4A

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

Shades of Husk #B69A4A

Tints of Husk #B69A4A

Color information

#B69A4A (or 0xB69A4A) is unknown color: approx Husk. HEX triplet: B6, 9A and 4A. RGB value is (182,154,74). Sum of RGB (Red+Green+Blue) = 182+154+74=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A4A is #4965B5. Grayscale: #999999. Windows color (decimal): -4810166 or 4889270. OLE color: 4889270.

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

Color convert

RGB18215474-
CMYK00.150.590.29
HSL44.44º42.52%50.2%-
HSV(B)44.44º59.34%71.37%-
XYZ32.0833.5511.26-
YUV153.2583.28148.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 74 (29.30% from 255) = 18.05%
R=44.39%
G=37.56%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821547400.150.590.2944.4442.5250.2
HexB69A4A0F3B1D2c2b32
Octal2662321120177335545362
Binary101101101001101010010100111111101111101101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A4A; }

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

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

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

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

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

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

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

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