#B69A48

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

Shades of Husk #B69A48

Tints of Husk #B69A48

Color information

#B69A48 (or 0xB69A48) is unknown color: approx Husk. HEX triplet: B6, 9A and 48. RGB value is (182,154,72). Sum of RGB (Red+Green+Blue) = 182+154+72=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A48 is #4965B7. Grayscale: #999999. Windows color (decimal): -4810168 or 4758198. OLE color: 4758198.

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

Color convert

RGB18215472-
CMYK00.150.600.29
HSL44.73º43.31%49.8%-
HSV(B)44.73º60.44%71.37%-
XYZ32.0233.5210.91-
YUV153.0282.28148.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=44.61%
G=37.75%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821547200.150.600.2944.7343.3149.8
HexB69A480F3C1D2d2b32
Octal2662321100177435555362
Binary101101101001101010010000111111110011101101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A48; }

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

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

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

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

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

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

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

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