#BA5E52

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

Shades of Flame Pea #BA5E52

Tints of Flame Pea #BA5E52

Color information

#BA5E52 (or 0xBA5E52) is unknown color: approx Flame Pea. HEX triplet: BA, 5E and 52. RGB value is (186,94,82). Sum of RGB (Red+Green+Blue) = 186+94+82=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5E52 is #45A1AD. Grayscale: #787878. Windows color (decimal): -4563374 or 5398202. OLE color: 5398202.

HSL color Cylindrical-coordinate representation of color #BA5E52: hue angle of 6.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA5E52 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1869482-
CMYK00.490.560.27
HSL6.92º42.98%52.55%-
HSV(B)6.92º55.91%72.94%-
XYZ25.7819.0510.3-
YUV120.14106.48174.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 94 (37.11% from 255) = 25.97%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=51.38%
G=25.97%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186948200.490.560.276.9242.9852.55
HexBA5E52031381B72b35
Octal272136122061703375365
Binary1011101010111101010010011000111100011011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E52; }

 p { color: rgb(186,94,82); }

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

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

 a { background-color: rgb(186,94,82); }

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

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

 span { border-color: rgb(186,94,82); }

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