#B69E4A

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

Shades of Husk #B69E4A

Tints of Husk #B69E4A

Color information

#B69E4A (or 0xB69E4A) is unknown color: approx Husk. HEX triplet: B6, 9E and 4A. RGB value is (182,158,74). Sum of RGB (Red+Green+Blue) = 182+158+74=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69E4A is #4961B5. Grayscale: #9B9B9B. Windows color (decimal): -4809142 or 4890294. OLE color: 4890294.

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

Color convert

RGB18215874-
CMYK00.130.590.29
HSL46.67º42.52%50.2%-
HSV(B)46.67º59.34%71.37%-
XYZ32.7534.8911.49-
YUV155.681.95146.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=43.96%
G=38.16%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821587400.130.590.2946.6742.5250.2
HexB69E4A0D3B1D2f2b32
Octal2662361120157335575362
Binary101101101001111010010100110111101111101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E4A; }

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

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

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

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

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

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

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

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