#BA184D

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

Shades of Old Rose #BA184D

Tints of Old Rose #BA184D

Color information

#BA184D (or 0xBA184D) is unknown color: approx Old Rose. HEX triplet: BA, 18 and 4D. RGB value is (186,24,77). Sum of RGB (Red+Green+Blue) = 186+24+77=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA184D is #45E7B2. Grayscale: #4E4E4E. Windows color (decimal): -4581299 or 5052602. OLE color: 5052602.

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

Color convert

RGB1862477-
CMYK00.870.590.27
HSL340.37º77.14%41.18%-
HSV(B)340.37º87.1%72.94%-
XYZ21.9211.638.11-
YUV78.48127.17204.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 24 (9.77% from 255) = 8.36%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=64.81%
G=8.36%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186247700.870.590.27340.3777.1441.18
HexBA184D0573B1B1544d29
Octal272301150127733352411551
Binary1011101011000100110101010111111011110111010101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA184D; }

 p { color: rgb(186,24,77); }

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

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

 a { background-color: rgb(186,24,77); }

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

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

 span { border-color: rgb(186,24,77); }

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