#B89F56

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

Shades of Husk #B89F56

Tints of Husk #B89F56

Color information

#B89F56 (or 0xB89F56) is unknown color: approx Husk. HEX triplet: B8, 9F and 56. RGB value is (184,159,86). Sum of RGB (Red+Green+Blue) = 184+159+86=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F56 is #4760A9. Grayscale: #9E9E9E. Windows color (decimal): -4677802 or 5676984. OLE color: 5676984.

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

Color convert

RGB18415986-
CMYK00.140.530.28
HSL44.69º40.83%52.94%-
HSV(B)44.69º53.26%72.16%-
XYZ33.8535.6613.9-
YUV158.1587.28146.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 86 (33.98% from 255) = 20.05%
R=42.89%
G=37.06%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841598600.140.530.2844.6940.8352.94
HexB89F560E351C2d2935
Octal2702371260166534555165
Binary101110001001111110101100111011010111100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F56; }

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

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

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

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

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

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

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

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