#B89A4E

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

Shades of Husk #B89A4E

Tints of Husk #B89A4E

Color information

#B89A4E (or 0xB89A4E) is unknown color: approx Husk. HEX triplet: B8, 9A and 4E. RGB value is (184,154,78). Sum of RGB (Red+Green+Blue) = 184+154+78=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A4E is #4765B1. Grayscale: #9A9A9A. Windows color (decimal): -4679090 or 5151416. OLE color: 5151416.

HSL color Cylindrical-coordinate representation of color #B89A4E: hue angle of 43.02º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B89A4E is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB18415478-
CMYK00.160.580.28
HSL43.02º42.74%51.37%-
HSV(B)43.02º57.61%72.16%-
XYZ32.733.8512.02-
YUV154.3184.94149.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=44.23%
G=37.02%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841547800.160.580.2843.0242.7451.37
HexB89A4E0103A1C2b2b33
Octal2702321160207234535363
Binary1011100010011010100111001000011101011100101011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A4E; }

 p { color: rgb(184,154,78); }

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

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

 a { background-color: rgb(184,154,78); }

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

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

 span { border-color: rgb(184,154,78); }

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