#BA3F51

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

Shades of Old Rose #BA3F51

Tints of Old Rose #BA3F51

Color information

#BA3F51 (or 0xBA3F51) is unknown color: approx Old Rose. HEX triplet: BA, 3F and 51. RGB value is (186,63,81). Sum of RGB (Red+Green+Blue) = 186+63+81=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F51 is #45C0AE. Grayscale: #656565. Windows color (decimal): -4571311 or 5324730. OLE color: 5324730.

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

Color convert

RGB1866381-
CMYK00.660.560.27
HSL351.22º49.4%48.82%-
HSV(B)351.22º66.13%72.94%-
XYZ23.5114.599.36-
YUV101.83116.25188.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.36%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=56.36%
G=19.09%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186638100.660.560.27351.2249.448.82
HexBA3F51042381B15f3131
Octal27277121010270335376161
Binary1011101011111110100010100001011100011011101011111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F51; }

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

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

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

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

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

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

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

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