#B89A4A

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

Shades of Husk #B89A4A

Tints of Husk #B89A4A

Color information

#B89A4A (or 0xB89A4A) is unknown color: approx Husk. HEX triplet: B8, 9A and 4A. RGB value is (184,154,74). Sum of RGB (Red+Green+Blue) = 184+154+74=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A4A is #4765B5. Grayscale: #9A9A9A. Windows color (decimal): -4679094 or 4889272. OLE color: 4889272.

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

Color convert

RGB18415474-
CMYK00.160.600.28
HSL43.64º43.65%50.59%-
HSV(B)43.64º59.78%72.16%-
XYZ32.5633.811.29-
YUV153.8582.94149.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 154 (60.55% from 255) = 37.38%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=44.66%
G=37.38%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841547400.160.600.2843.6443.6550.59
HexB89A4A0103C1C2c2c33
Octal2702321120207434545463
Binary1011100010011010100101001000011110011100101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A4A; }

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

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

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

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

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

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

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

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