#B69C4A

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

Shades of Husk #B69C4A

Tints of Husk #B69C4A

Color information

#B69C4A (or 0xB69C4A) is unknown color: approx Husk. HEX triplet: B6, 9C and 4A. RGB value is (182,156,74). Sum of RGB (Red+Green+Blue) = 182+156+74=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69C4A is #4963B5. Grayscale: #9A9A9A. Windows color (decimal): -4809654 or 4889782. OLE color: 4889782.

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

Color convert

RGB18215674-
CMYK00.140.590.29
HSL45.56º42.52%50.2%-
HSV(B)45.56º59.34%71.37%-
XYZ32.4234.2211.37-
YUV154.4382.61147.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=44.17%
G=37.86%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821567400.140.590.2945.5642.5250.2
HexB69C4A0E3B1D2e2b32
Octal2662341120167335565362
Binary101101101001110010010100111011101111101101110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C4A; }

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

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

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

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

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

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

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

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