#BA6849

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

Shades of Flame Pea #BA6849

Tints of Flame Pea #BA6849

Color information

#BA6849 (or 0xBA6849) is unknown color: approx Flame Pea. HEX triplet: BA, 68 and 49. RGB value is (186,104,73). Sum of RGB (Red+Green+Blue) = 186+104+73=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6849 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6849 is #4597B6. Grayscale: #7D7D7D. Windows color (decimal): -4560823 or 4810938. OLE color: 4810938.

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

Color convert

RGB18610473-
CMYK00.440.610.27
HSL16.46º45.02%50.78%-
HSV(B)16.46º60.75%72.94%-
XYZ26.420.828.93-
YUV124.9898.67171.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 73 (28.91% from 255) = 20.11%
R=51.24%
G=28.65%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861047300.440.610.2716.4645.0250.78
HexBA684902C3D1B102d33
Octal2721501110547533205563
Binary101110101101000100100101011001111011101110000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6849; }

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

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

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

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

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

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

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

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