#BA614F

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

Shades of Flame Pea #BA614F

Tints of Flame Pea #BA614F

Color information

#BA614F (or 0xBA614F) is unknown color: approx Flame Pea. HEX triplet: BA, 61 and 4F. RGB value is (186,97,79). Sum of RGB (Red+Green+Blue) = 186+97+79=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA614F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA614F is #459EB0. Grayscale: #797979. Windows color (decimal): -4562609 or 5202362. OLE color: 5202362.

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

Color convert

RGB1869779-
CMYK00.480.580.27
HSL10.09º43.67%51.96%-
HSV(B)10.09º57.53%72.94%-
XYZ25.9419.559.8-
YUV121.56103.99173.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=51.38%
G=26.80%
B=21.82%

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
Decimal186977900.480.580.2710.0943.6751.96
HexBA614F0303A1Ba2c34
Octal2721411170607233125464
Binary10111010110000110011110110000111010110111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA614F; }

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

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

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

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

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

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

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

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