#BA684E

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

Shades of Flame Pea #BA684E

Tints of Flame Pea #BA684E

Color information

#BA684E (or 0xBA684E) is unknown color: approx Flame Pea. HEX triplet: BA, 68 and 4E. RGB value is (186,104,78). Sum of RGB (Red+Green+Blue) = 186+104+78=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA684E is #4597B1. Grayscale: #7D7D7D. Windows color (decimal): -4560818 or 5138618. OLE color: 5138618.

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

Color convert

RGB18610478-
CMYK00.440.580.27
HSL14.44º43.9%51.76%-
HSV(B)14.44º58.06%72.94%-
XYZ26.5820.899.84-
YUV125.55101.17171.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.54%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=50.54%
G=28.26%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861047800.440.580.2714.4443.951.76
HexBA684E02C3A1Be2c34
Octal2721501160547233165464
Binary10111010110100010011100101100111010110111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA684E; }

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

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

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

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

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

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

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

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