#B89C4E

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

Shades of Husk #B89C4E

Tints of Husk #B89C4E

Color information

#B89C4E (or 0xB89C4E) is unknown color: approx Husk. HEX triplet: B8, 9C and 4E. RGB value is (184,156,78). Sum of RGB (Red+Green+Blue) = 184+156+78=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89C4E is #4763B1. Grayscale: #9B9B9B. Windows color (decimal): -4678578 or 5151928. OLE color: 5151928.

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

Color convert

RGB18415678-
CMYK00.150.580.28
HSL44.15º42.74%51.37%-
HSV(B)44.15º57.61%72.16%-
XYZ33.0334.5212.13-
YUV155.4884.28148.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=44.02%
G=37.32%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841567800.150.580.2844.1542.7451.37
HexB89C4E0F3A1C2c2b33
Octal2702341160177234545363
Binary101110001001110010011100111111101011100101100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C4E; }

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

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

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

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

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

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

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

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