#BA6152

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

Shades of Flame Pea #BA6152

Tints of Flame Pea #BA6152

Color information

#BA6152 (or 0xBA6152) is unknown color: approx Flame Pea. HEX triplet: BA, 61 and 52. RGB value is (186,97,82). Sum of RGB (Red+Green+Blue) = 186+97+82=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6152 is #459EAD. Grayscale: #7A7A7A. Windows color (decimal): -4562606 or 5398970. OLE color: 5398970.

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

Color convert

RGB1869782-
CMYK00.480.560.27
HSL8.65º42.98%52.55%-
HSV(B)8.65º55.91%72.94%-
XYZ26.0519.610.39-
YUV121.9105.49173.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=50.96%
G=26.58%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186978200.480.560.278.6542.9852.55
HexBA6152030381B92b35
Octal2721411220607033115365
Binary10111010110000110100100110000111000110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6152; }

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

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

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

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

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

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

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

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