#BA3653

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

Shades of Old Rose #BA3653

Tints of Old Rose #BA3653

Color information

#BA3653 (or 0xBA3653) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 53. RGB value is (186,54,83). Sum of RGB (Red+Green+Blue) = 186+54+83=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3653 is #45C9AC. Grayscale: #606060. Windows color (decimal): -4573613 or 5453498. OLE color: 5453498.

HSL color Cylindrical-coordinate representation of color #BA3653: hue angle of 346.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 #BA3653 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1865483-
CMYK00.710.550.27
HSL346.82º55%47.06%-
HSV(B)346.82º70.97%72.94%-
XYZ23.1313.79.61-
YUV96.77120.23191.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=57.59%
G=16.72%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186548300.710.550.27346.825547.06
HexBA3653047371B15b372f
Octal27266123010767335336757
Binary1011101011011010100110100011111011111011101011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3653; }

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

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

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

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

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

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

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

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