#BA984E

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

Shades of Husk #BA984E

Tints of Husk #BA984E

Color information

#BA984E (or 0xBA984E) is unknown color: approx Husk. HEX triplet: BA, 98 and 4E. RGB value is (186,152,78). Sum of RGB (Red+Green+Blue) = 186+152+78=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA984E is #4567B1. Grayscale: #9A9A9A. Windows color (decimal): -4548530 or 5150906. OLE color: 5150906.

HSL color Cylindrical-coordinate representation of color #BA984E: hue angle of 41.11º 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 #BA984E is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18615278-
CMYK00.180.580.27
HSL41.11º43.9%51.76%-
HSV(B)41.11º58.06%72.94%-
XYZ32.8533.4511.93-
YUV153.7385.26151.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 78 (30.86% from 255) = 18.75%
R=44.71%
G=36.54%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861527800.180.580.2741.1143.951.76
HexBA984E0123A1B292c34
Octal2722301160227233515464
Binary1011101010011000100111001001011101011011101001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA984E; }

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

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

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

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

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

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

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

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