#B89E4E

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

Shades of Husk #B89E4E

Tints of Husk #B89E4E

Color information

#B89E4E (or 0xB89E4E) is unknown color: approx Husk. HEX triplet: B8, 9E and 4E. RGB value is (184,158,78). Sum of RGB (Red+Green+Blue) = 184+158+78=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E4E is #4761B1. Grayscale: #9D9D9D. Windows color (decimal): -4678066 or 5152440. OLE color: 5152440.

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

Color convert

RGB18415878-
CMYK00.140.580.28
HSL45.28º42.74%51.37%-
HSV(B)45.28º57.61%72.16%-
XYZ33.3735.1912.24-
YUV156.6583.61147.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 78 (30.86% from 255) = 18.57%
R=43.81%
G=37.62%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841587800.140.580.2845.2842.7451.37
HexB89E4E0E3A1C2d2b33
Octal2702361160167234555363
Binary101110001001111010011100111011101011100101101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E4E; }

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

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

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

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

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

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

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

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