#B89E52

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

Shades of Husk #B89E52

Tints of Husk #B89E52

Color information

#B89E52 (or 0xB89E52) is unknown color: approx Husk. HEX triplet: B8, 9E and 52. RGB value is (184,158,82). Sum of RGB (Red+Green+Blue) = 184+158+82=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E52 is #4761AD. Grayscale: #9D9D9D. Windows color (decimal): -4678062 or 5414584. OLE color: 5414584.

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

Color convert

RGB18415882-
CMYK00.140.550.28
HSL44.71º41.8%52.16%-
HSV(B)44.71º55.43%72.16%-
XYZ33.5235.2513.02-
YUV157.1185.61147.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=43.40%
G=37.26%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841588200.140.550.2844.7141.852.16
HexB89E520E371C2d2a34
Octal2702361220166734555264
Binary101110001001111010100100111011011111100101101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E52; }

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

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

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

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

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

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

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

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