#BA3E54

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

Shades of Old Rose #BA3E54

Tints of Old Rose #BA3E54

Color information

#BA3E54 (or 0xBA3E54) is unknown color: approx Old Rose. HEX triplet: BA, 3E and 54. RGB value is (186,62,84). Sum of RGB (Red+Green+Blue) = 186+62+84=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E54 is #45C1AB. Grayscale: #656565. Windows color (decimal): -4571564 or 5521082. OLE color: 5521082.

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

Color convert

RGB1866284-
CMYK00.670.550.27
HSL349.35º50%48.63%-
HSV(B)349.35º66.67%72.94%-
XYZ23.5714.529.95-
YUV101.58118.08188.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.02%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=56.02%
G=18.67%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186628400.670.550.27349.355048.63
HexBA3E54043371B15d3231
Octal27276124010367335356261
Binary1011101011111010101000100001111011111011101011101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E54; }

 p { color: rgb(186,62,84); }

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

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

 a { background-color: rgb(186,62,84); }

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

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

 span { border-color: rgb(186,62,84); }

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