#BA5D50

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

Shades of Flame Pea #BA5D50

Tints of Flame Pea #BA5D50

Color information

#BA5D50 (or 0xBA5D50) is unknown color: approx Flame Pea. HEX triplet: BA, 5D and 50. RGB value is (186,93,80). Sum of RGB (Red+Green+Blue) = 186+93+80=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5D50 is #45A2AF. Grayscale: #777777. Windows color (decimal): -4563632 or 5266874. OLE color: 5266874.

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

Color convert

RGB1869380-
CMYK00.50.570.27
HSL7.36º43.44%52.16%-
HSV(B)7.36º56.99%72.94%-
XYZ25.6118.859.88-
YUV119.32105.81175.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=51.81%
G=25.91%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186938000.50.570.277.3643.4452.16
HexBA5D50032391B72b34
Octal272135120062713375364
Binary1011101010111011010000011001011100111011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D50; }

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

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

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

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

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

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

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

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