#BA5A50

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

Shades of Flame Pea #BA5A50

Tints of Flame Pea #BA5A50

Color information

#BA5A50 (or 0xBA5A50) is unknown color: approx Flame Pea. HEX triplet: BA, 5A and 50. RGB value is (186,90,80). Sum of RGB (Red+Green+Blue) = 186+90+80=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5A50 is #45A5AF. Grayscale: #757575. Windows color (decimal): -4564400 or 5266106. OLE color: 5266106.

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

Color convert

RGB1869080-
CMYK00.520.570.27
HSL5.66º43.44%52.16%-
HSV(B)5.66º56.99%72.94%-
XYZ25.3518.339.79-
YUV117.56106.8176.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.25%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=52.25%
G=25.28%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186908000.520.570.275.6643.4452.16
HexBA5A50034391B62b34
Octal272132120064713365364
Binary1011101010110101010000011010011100111011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5A50; }

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

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

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

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

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

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

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

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