#BA3648

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

Shades of Old Rose #BA3648

Tints of Old Rose #BA3648

Color information

#BA3648 (or 0xBA3648) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 48. RGB value is (186,54,72). Sum of RGB (Red+Green+Blue) = 186+54+72=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 54 (21.48% from 255 or 17.31% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3648 is #45C9B7. Grayscale: #5F5F5F. Windows color (decimal): -4573624 or 4732602. OLE color: 4732602.

HSL color Cylindrical-coordinate representation of color #BA3648: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3648 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1865472-
CMYK00.710.610.27
HSL351.82º55%47.06%-
HSV(B)351.82º70.97%72.94%-
XYZ22.7413.557.55-
YUV95.52114.73192.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 59.62%
GREEN value IS 54 (21.48% from 255) = 17.31%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=59.62%
G=17.31%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186547200.710.610.27351.825547.06
HexBA36480473D1B160372f
Octal27266110010775335406757
Binary1011101011011010010000100011111110111011101100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3648; }

 p { color: rgb(186,54,72); }

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

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

 a { background-color: rgb(186,54,72); }

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

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

 span { border-color: rgb(186,54,72); }

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