#BA3954

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

Shades of Old Rose #BA3954

Tints of Old Rose #BA3954

Color information

#BA3954 (or 0xBA3954) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 54. RGB value is (186,57,84). Sum of RGB (Red+Green+Blue) = 186+57+84=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3954 is #45C6AB. Grayscale: #626262. Windows color (decimal): -4572844 or 5519802. OLE color: 5519802.

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

Color convert

RGB1865784-
CMYK00.690.550.27
HSL347.44º53.09%47.65%-
HSV(B)347.44º69.35%72.94%-
XYZ23.3114.019.86-
YUV98.65119.74190.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=56.88%
G=17.43%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186578400.690.550.27347.4453.0947.65
HexBA3954045371B15b3530
Octal27271124010567335336560
Binary1011101011100110101000100010111011111011101011011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3954; }

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

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

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

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

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

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

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

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