#BA594A

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

Shades of Flame Pea #BA594A

Tints of Flame Pea #BA594A

Color information

#BA594A (or 0xBA594A) is unknown color: approx Flame Pea. HEX triplet: BA, 59 and 4A. RGB value is (186,89,74). Sum of RGB (Red+Green+Blue) = 186+89+74=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA594A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA594A is #45A6B5. Grayscale: #747474. Windows color (decimal): -4564662 or 4872634. OLE color: 4872634.

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

Color convert

RGB1868974-
CMYK00.520.600.27
HSL8.04º44.8%50.98%-
HSV(B)8.04º60.22%72.94%-
XYZ25.0618.088.65-
YUV116.29104.14177.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 74 (29.30% from 255) = 21.20%
R=53.30%
G=25.50%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186897400.520.600.278.0444.850.98
HexBA594A0343C1B82d33
Octal2721311120647433105563
Binary10111010101100110010100110100111100110111000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA594A; }

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

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

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

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

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

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

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

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