#B89A54

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

Shades of Husk #B89A54

Tints of Husk #B89A54

Color information

#B89A54 (or 0xB89A54) is unknown color: approx Husk. HEX triplet: B8, 9A and 54. RGB value is (184,154,84). Sum of RGB (Red+Green+Blue) = 184+154+84=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A54 is #4765AB. Grayscale: #9B9B9B. Windows color (decimal): -4679084 or 5544632. OLE color: 5544632.

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

Color convert

RGB18415484-
CMYK00.160.540.28
HSL42º41.32%52.55%-
HSV(B)42º54.35%72.16%-
XYZ32.9233.9413.2-
YUV154.9987.94148.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=43.60%
G=36.49%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841548400.160.540.284241.3252.55
HexB89A54010361C2a2935
Octal2702321240206634525165
Binary1011100010011010101010001000011011011100101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A54; }

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

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

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

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

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

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

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

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