#BA154F

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

Shades of Old Rose #BA154F

Tints of Old Rose #BA154F

Color information

#BA154F (or 0xBA154F) is unknown color: approx Old Rose. HEX triplet: BA, 15 and 4F. RGB value is (186,21,79). Sum of RGB (Red+Green+Blue) = 186+21+79=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA154F is #45EAB0. Grayscale: #4C4C4C. Windows color (decimal): -4582065 or 5182906. OLE color: 5182906.

HSL color Cylindrical-coordinate representation of color #BA154F: hue angle of 338.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA154F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1862179-
CMYK00.890.580.27
HSL338.91º79.71%40.59%-
HSV(B)338.91º88.71%72.94%-
XYZ21.9311.548.47-
YUV76.95129.16205.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.03%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=65.03%
G=7.34%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186217900.890.580.27338.9179.7140.59
HexBA154F0593A1B1535029
Octal272251170131723352312051
Binary1011101010101100111101011001111010110111010100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA154F; }

 p { color: rgb(186,21,79); }

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

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

 a { background-color: rgb(186,21,79); }

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

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

 span { border-color: rgb(186,21,79); }

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