#B89D4D

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

Shades of Husk #B89D4D

Tints of Husk #B89D4D

Color information

#B89D4D (or 0xB89D4D) is unknown color: approx Husk. HEX triplet: B8, 9D and 4D. RGB value is (184,157,77). Sum of RGB (Red+Green+Blue) = 184+157+77=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89D4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89D4D is #4762B2. Grayscale: #9C9C9C. Windows color (decimal): -4678323 or 5086648. OLE color: 5086648.

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

Color convert

RGB18415777-
CMYK00.150.580.28
HSL44.86º42.97%51.18%-
HSV(B)44.86º58.15%72.16%-
XYZ33.1634.8412-
YUV155.9583.45148-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=44.02%
G=37.56%
B=18.42%

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
Decimal1841577700.150.580.2844.8642.9751.18
HexB89D4D0F3A1C2d2b33
Octal2702351150177234555363
Binary101110001001110110011010111111101011100101101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89D4D; }

 p { color: rgb(184,157,77); }

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

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

 a { background-color: rgb(184,157,77); }

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

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

 span { border-color: rgb(184,157,77); }

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