#BA5D4F

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

Shades of Flame Pea #BA5D4F

Tints of Flame Pea #BA5D4F

Color information

#BA5D4F (or 0xBA5D4F) is unknown color: approx Flame Pea. HEX triplet: BA, 5D and 4F. RGB value is (186,93,79). Sum of RGB (Red+Green+Blue) = 186+93+79=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D4F is #45A2B0. Grayscale: #777777. Windows color (decimal): -4563633 or 5201338. OLE color: 5201338.

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

Color convert

RGB1869379-
CMYK00.50.580.27
HSL7.85º43.67%51.96%-
HSV(B)7.85º57.53%72.94%-
XYZ25.5818.839.68-
YUV119.21105.31175.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 79 (31.25% from 255) = 22.07%
R=51.96%
G=25.98%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186937900.50.580.277.8543.6751.96
HexBA5D4F0323A1B82c34
Octal2721351170627233105464
Binary10111010101110110011110110010111010110111000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D4F; }

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

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

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

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

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

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

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

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