#B89E56

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

Shades of Husk #B89E56

Tints of Husk #B89E56

Color information

#B89E56 (or 0xB89E56) is unknown color: approx Husk. HEX triplet: B8, 9E and 56. RGB value is (184,158,86). Sum of RGB (Red+Green+Blue) = 184+158+86=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E56 is #4761A9. Grayscale: #9D9D9D. Windows color (decimal): -4678058 or 5676728. OLE color: 5676728.

HSL color Cylindrical-coordinate representation of color #B89E56: hue angle of 44.08º 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 #B89E56 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB18415886-
CMYK00.140.530.28
HSL44.08º40.83%52.94%-
HSV(B)44.08º53.26%72.16%-
XYZ33.6735.3213.85-
YUV157.5787.61146.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 86 (33.98% from 255) = 20.09%
R=42.99%
G=36.92%
B=20.09%

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
Decimal1841588600.140.530.2844.0840.8352.94
HexB89E560E351C2c2935
Octal2702361260166534545165
Binary101110001001111010101100111011010111100101100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E56; }

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

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

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

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

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

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

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

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