#BA9A4F

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

Shades of Husk #BA9A4F

Tints of Husk #BA9A4F

Color information

#BA9A4F (or 0xBA9A4F) is unknown color: approx Husk. HEX triplet: BA, 9A and 4F. RGB value is (186,154,79). Sum of RGB (Red+Green+Blue) = 186+154+79=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9A4F is #4565B0. Grayscale: #9B9B9B. Windows color (decimal): -4548017 or 5216954. OLE color: 5216954.

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

Color convert

RGB18615479-
CMYK00.170.580.27
HSL42.06º43.67%51.96%-
HSV(B)42.06º57.53%72.94%-
XYZ33.2234.1112.23-
YUV155.0285.1150.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 79 (31.25% from 255) = 18.85%
R=44.39%
G=36.75%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861547900.170.580.2742.0643.6751.96
HexBA9A4F0113A1B2a2c34
Octal2722321170217233525464
Binary1011101010011010100111101000111101011011101010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A4F; }

 p { color: rgb(186,154,79); }

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

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

 a { background-color: rgb(186,154,79); }

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

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

 span { border-color: rgb(186,154,79); }

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