#BA594F

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

Shades of Flame Pea #BA594F

Tints of Flame Pea #BA594F

Color information

#BA594F (or 0xBA594F) is unknown color: approx Flame Pea. HEX triplet: BA, 59 and 4F. RGB value is (186,89,79). Sum of RGB (Red+Green+Blue) = 186+89+79=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA594F is #45A6B0. Grayscale: #757575. Windows color (decimal): -4564657 or 5200314. OLE color: 5200314.

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

Color convert

RGB1868979-
CMYK00.520.580.27
HSL5.61º43.67%51.96%-
HSV(B)5.61º57.53%72.94%-
XYZ25.2318.159.57-
YUV116.86106.64177.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.54%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=52.54%
G=25.14%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186897900.520.580.275.6143.6751.96
HexBA594F0343A1B62c34
Octal272131117064723365464
Binary1011101010110011001111011010011101011011110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA594F; }

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

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

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

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

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

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

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

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