#B89A4B

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

Shades of Husk #B89A4B

Tints of Husk #B89A4B

Color information

#B89A4B (or 0xB89A4B) is unknown color: approx Husk. HEX triplet: B8, 9A and 4B. RGB value is (184,154,75). Sum of RGB (Red+Green+Blue) = 184+154+75=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A4B is #4765B4. Grayscale: #9A9A9A. Windows color (decimal): -4679093 or 4954808. OLE color: 4954808.

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

Color convert

RGB18415475-
CMYK00.160.590.28
HSL43.49º43.43%50.78%-
HSV(B)43.49º59.24%72.16%-
XYZ32.5933.8111.46-
YUV153.9683.44149.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 75 (29.69% from 255) = 18.16%
R=44.55%
G=37.29%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841547500.160.590.2843.4943.4350.78
HexB89A4B0103B1C2b2b33
Octal2702321130207334535363
Binary1011100010011010100101101000011101111100101011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A4B; }

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

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

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

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

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

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

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

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