#BA3951

Color #BA3951 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #BA3951

Tints of Old Rose #BA3951

Color information

#BA3951 (or 0xBA3951) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 51. RGB value is (186,57,81). Sum of RGB (Red+Green+Blue) = 186+57+81=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3951 is #45C6AE. Grayscale: #626262. Windows color (decimal): -4572847 or 5323194. OLE color: 5323194.

HSL color Cylindrical-coordinate representation of color #BA3951: hue angle of 348.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3951 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1865781-
CMYK00.690.560.27
HSL348.84º53.09%47.65%-
HSV(B)348.84º69.35%72.94%-
XYZ23.213.969.26-
YUV98.31118.24190.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 81 (32.03% from 255) = 25%
R=57.41%
G=17.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186578100.690.560.27348.8453.0947.65
HexBA3951045381B15d3530
Octal27271121010570335356560
Binary1011101011100110100010100010111100011011101011101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3951; }

 p { color: rgb(186,57,81); }

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

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

 a { background-color: rgb(186,57,81); }

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

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

 span { border-color: rgb(186,57,81); }

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