#BA604F

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

Shades of Flame Pea #BA604F

Tints of Flame Pea #BA604F

Color information

#BA604F (or 0xBA604F) is unknown color: approx Flame Pea. HEX triplet: BA, 60 and 4F. RGB value is (186,96,79). Sum of RGB (Red+Green+Blue) = 186+96+79=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA604F is #459FB0. Grayscale: #797979. Windows color (decimal): -4562865 or 5202106. OLE color: 5202106.

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

Color convert

RGB1869679-
CMYK00.480.580.27
HSL9.53º43.67%51.96%-
HSV(B)9.53º57.53%72.94%-
XYZ25.8419.379.77-
YUV120.97104.32174.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 79 (31.25% from 255) = 21.88%
R=51.52%
G=26.59%
B=21.88%

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
Decimal186967900.480.580.279.5343.6751.96
HexBA604F0303A1Ba2c34
Octal2721401170607233125464
Binary10111010110000010011110110000111010110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA604F; }

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

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

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

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

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

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

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

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