#B69F58

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

Shades of Husk #B69F58

Tints of Husk #B69F58

Color information

#B69F58 (or 0xB69F58) is unknown color: approx Husk. HEX triplet: B6, 9F and 58. RGB value is (182,159,88). Sum of RGB (Red+Green+Blue) = 182+159+88=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69F58 is #4960A7. Grayscale: #9E9E9E. Windows color (decimal): -4808872 or 5808054. OLE color: 5808054.

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

Color convert

RGB18215988-
CMYK00.130.520.29
HSL45.32º39.17%52.94%-
HSV(B)45.32º51.65%71.37%-
XYZ33.4535.4514.31-
YUV157.7888.62145.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=42.42%
G=37.06%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821598800.130.520.2945.3239.1752.94
HexB69F580D341D2d2735
Octal2662371300156435554765
Binary101101101001111110110000110111010011101101101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F58; }

 p { color: rgb(182,159,88); }

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

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

 a { background-color: rgb(182,159,88); }

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

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

 span { border-color: rgb(182,159,88); }

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