#BA984D

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

Shades of Husk #BA984D

Tints of Husk #BA984D

Color information

#BA984D (or 0xBA984D) is unknown color: approx Husk. HEX triplet: BA, 98 and 4D. RGB value is (186,152,77). Sum of RGB (Red+Green+Blue) = 186+152+77=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA984D is #4567B2. Grayscale: #999999. Windows color (decimal): -4548531 or 5085370. OLE color: 5085370.

HSL color Cylindrical-coordinate representation of color #BA984D: hue angle of 41.28º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA984D is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18615277-
CMYK00.180.590.27
HSL41.28º44.13%51.57%-
HSV(B)41.28º58.6%72.94%-
XYZ32.8233.4311.74-
YUV153.6284.76151.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 152 (59.77% from 255) = 36.63%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=44.82%
G=36.63%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861527700.180.590.2741.2844.1351.57
HexBA984D0123B1B292c34
Octal2722301150227333515464
Binary1011101010011000100110101001011101111011101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA984D; }

 p { color: rgb(186,152,77); }

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

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

 a { background-color: rgb(186,152,77); }

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

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

 span { border-color: rgb(186,152,77); }

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