#BA604E

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

Shades of Flame Pea #BA604E

Tints of Flame Pea #BA604E

Color information

#BA604E (or 0xBA604E) is unknown color: approx Flame Pea. HEX triplet: BA, 60 and 4E. RGB value is (186,96,78). Sum of RGB (Red+Green+Blue) = 186+96+78=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA604E is #459FB1. Grayscale: #797979. Windows color (decimal): -4562866 or 5136570. OLE color: 5136570.

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

Color convert

RGB1869678-
CMYK00.480.580.27
HSL10º43.9%51.76%-
HSV(B)10º58.06%72.94%-
XYZ25.8119.359.58-
YUV120.86103.82174.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=51.67%
G=26.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186967800.480.580.271043.951.76
HexBA604E0303A1Ba2c34
Octal2721401160607233125464
Binary10111010110000010011100110000111010110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA604E; }

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

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

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

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

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

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

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

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