#BA684C

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

Shades of Flame Pea #BA684C

Tints of Flame Pea #BA684C

Color information

#BA684C (or 0xBA684C) is unknown color: approx Flame Pea. HEX triplet: BA, 68 and 4C. RGB value is (186,104,76). Sum of RGB (Red+Green+Blue) = 186+104+76=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA684C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA684C is #4597B3. Grayscale: #7D7D7D. Windows color (decimal): -4560820 or 5007546. OLE color: 5007546.

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

Color convert

RGB18610476-
CMYK00.440.590.27
HSL15.27º44.35%51.37%-
HSV(B)15.27º59.14%72.94%-
XYZ26.520.869.47-
YUV125.33100.17171.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=50.82%
G=28.42%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861047600.440.590.2715.2744.3551.37
HexBA684C02C3B1Bf2c33
Octal2721501140547333175463
Binary10111010110100010011000101100111011110111111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA684C; }

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

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

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

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

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

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

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

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