#BA3357

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

Shades of Old Rose #BA3357

Tints of Old Rose #BA3357

Color information

#BA3357 (or 0xBA3357) is unknown color: approx Old Rose. HEX triplet: BA, 33 and 57. RGB value is (186,51,87). Sum of RGB (Red+Green+Blue) = 186+51+87=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3357 is #45CCA8. Grayscale: #5F5F5F. Windows color (decimal): -4574377 or 5714874. OLE color: 5714874.

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

Color convert

RGB1865187-
CMYK00.730.530.27
HSL344º56.96%46.47%-
HSV(B)344º72.58%72.94%-
XYZ23.1513.4910.4-
YUV95.47123.23192.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.41%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=57.41%
G=15.74%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186518700.730.530.2734456.9646.47
HexBA3357049351B158392e
Octal27263127011165335307156
Binary1011101011001110101110100100111010111011101011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3357; }

 p { color: rgb(186,51,87); }

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

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

 a { background-color: rgb(186,51,87); }

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

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

 span { border-color: rgb(186,51,87); }

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