#BA2552

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

Shades of Old Rose #BA2552

Tints of Old Rose #BA2552

Color information

#BA2552 (or 0xBA2552) is unknown color: approx Old Rose. HEX triplet: BA, 25 and 52. RGB value is (186,37,82). Sum of RGB (Red+Green+Blue) = 186+37+82=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2552 is #45DAAD. Grayscale: #565656. Windows color (decimal): -4577966 or 5383610. OLE color: 5383610.

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

Color convert

RGB1863782-
CMYK00.800.560.27
HSL341.88º66.82%43.73%-
HSV(B)341.88º80.11%72.94%-
XYZ22.4312.379.19-
YUV86.68125.36198.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.98%
GREEN value IS 37 (14.84% from 255) = 12.13%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=60.98%
G=12.13%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186378200.800.560.27341.8866.8243.73
HexBA2552050381B156432c
Octal272451220120703352610354
Binary10111010100101101001001010000111000110111010101101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2552; }

 p { color: rgb(186,37,82); }

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

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

 a { background-color: rgb(186,37,82); }

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

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

 span { border-color: rgb(186,37,82); }

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