#B69F48

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

Shades of Husk #B69F48

Tints of Husk #B69F48

Color information

#B69F48 (or 0xB69F48) is unknown color: approx Husk. HEX triplet: B6, 9F and 48. RGB value is (182,159,72). Sum of RGB (Red+Green+Blue) = 182+159+72=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B69F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69F48 is #4960B7. Grayscale: #9C9C9C. Windows color (decimal): -4808888 or 4759478. OLE color: 4759478.

HSL color Cylindrical-coordinate representation of color #B69F48: hue angle of 47.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B69F48 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18215972-
CMYK00.130.600.29
HSL47.45º43.31%49.8%-
HSV(B)47.45º60.44%71.37%-
XYZ32.8635.2111.2-
YUV155.9680.62146.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=44.07%
G=38.50%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821597200.130.600.2947.4543.3149.8
HexB69F480D3C1D2f2b32
Octal2662371100157435575362
Binary101101101001111110010000110111110011101101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69F48; }

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

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

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

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

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

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

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

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