#B69E53

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

Shades of Husk #B69E53

Tints of Husk #B69E53

Color information

#B69E53 (or 0xB69E53) is unknown color: approx Husk. HEX triplet: B6, 9E and 53. RGB value is (182,158,83). Sum of RGB (Red+Green+Blue) = 182+158+83=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E53 is #4961AC. Grayscale: #9C9C9C. Windows color (decimal): -4809133 or 5480118. OLE color: 5480118.

HSL color Cylindrical-coordinate representation of color #B69E53: hue angle of 45.45º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B69E53 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB18215883-
CMYK00.130.540.29
HSL45.45º40.41%51.96%-
HSV(B)45.45º54.4%71.37%-
XYZ33.0835.0213.2-
YUV156.6386.45146.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=43.03%
G=37.35%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821588300.130.540.2945.4540.4151.96
HexB69E530D361D2d2834
Octal2662361230156635555064
Binary101101101001111010100110110111011011101101101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69E53; }

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

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

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

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

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

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

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

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