#b89f53

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

Shades of Husk #B89F53

Tints of Husk #B89F53

Color information

#B89F53 (or 0xB89F53) is unknown color: approx Husk. HEX triplet: B8, 9F and 53. RGB value is (184,159,83). Sum of RGB (Red+Green+Blue) = 184+159+83=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F53 is #4760AC. Grayscale: #9E9E9E. Windows color (decimal): -4677805 or 5480376. OLE color: 5480376.

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

Color convert

RGB18415983-
CMYK00.140.550.28
HSL45.15º41.56%52.35%-
HSV(B)45.15º54.89%72.16%-
XYZ33.7335.6113.28-
YUV157.8185.78146.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 83 (32.81% from 255) = 19.48%
R=43.19%
G=37.32%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841598300.140.550.2845.1541.5652.35
HexB89F530E371C2d2a34
Octal2702371230166734555264
Binary101110001001111110100110111011011111100101101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89f53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89f53; }

 p { color: rgb(184,159,83); }

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

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

 a { background-color: rgb(184,159,83); }

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

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

 span { border-color: rgb(184,159,83); }

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