#B89E47

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

Shades of Husk #B89E47

Tints of Husk #B89E47

Color information

#B89E47 (or 0xB89E47) is unknown color: approx Husk. HEX triplet: B8, 9E and 47. RGB value is (184,158,71). Sum of RGB (Red+Green+Blue) = 184+158+71=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89E47 is #4761B8. Grayscale: #9C9C9C. Windows color (decimal): -4678073 or 4693688. OLE color: 4693688.

HSL color Cylindrical-coordinate representation of color #B89E47: hue angle of 46.19º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B89E47 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB18415871-
CMYK00.140.610.28
HSL46.19º44.31%50%-
HSV(B)46.19º61.41%72.16%-
XYZ33.1335.110.99-
YUV155.8680.11148.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 71 (28.12% from 255) = 17.19%
R=44.55%
G=38.26%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841587100.140.610.2846.1944.3150
HexB89E470E3D1C2e2c32
Octal2702361070167534565462
Binary101110001001111010001110111011110111100101110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E47; }

 p { color: rgb(184,158,71); }

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

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

 a { background-color: rgb(184,158,71); }

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

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

 span { border-color: rgb(184,158,71); }

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