#B69D57

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

Shades of Husk #B69D57

Tints of Husk #B69D57

Color information

#B69D57 (or 0xB69D57) is unknown color: approx Husk. HEX triplet: B6, 9D and 57. RGB value is (182,157,87). Sum of RGB (Red+Green+Blue) = 182+157+87=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D57 is #4962A8. Grayscale: #9C9C9C. Windows color (decimal): -4809385 or 5742006. OLE color: 5742006.

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

Color convert

RGB18215787-
CMYK00.140.520.29
HSL44.21º39.42%52.75%-
HSV(B)44.21º52.2%71.37%-
XYZ33.0734.7513.98-
YUV156.588.78146.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 157 (61.72% from 255) = 36.85%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=42.72%
G=36.85%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821578700.140.520.2944.2139.4252.75
HexB69D570E341D2c2735
Octal2662351270166435544765
Binary101101101001110110101110111011010011101101100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69D57; }

 p { color: rgb(182,157,87); }

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

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

 a { background-color: rgb(182,157,87); }

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

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

 span { border-color: rgb(182,157,87); }

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