#BA394C

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

Shades of Old Rose #BA394C

Tints of Old Rose #BA394C

Color information

#BA394C (or 0xBA394C) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 4C. RGB value is (186,57,76). Sum of RGB (Red+Green+Blue) = 186+57+76=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA394C is #45C6B3. Grayscale: #616161. Windows color (decimal): -4572852 or 4995514. OLE color: 4995514.

HSL color Cylindrical-coordinate representation of color #BA394C: hue angle of 351.16º 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 #BA394C is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB1865776-
CMYK00.690.590.27
HSL351.16º53.09%47.65%-
HSV(B)351.16º69.35%72.94%-
XYZ23.0213.898.3-
YUV97.74115.74190.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.31%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 76 (30.08% from 255) = 23.82%
R=58.31%
G=17.87%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186577600.690.590.27351.1653.0947.65
HexBA394C0453B1B15f3530
Octal27271114010573335376560
Binary1011101011100110011000100010111101111011101011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA394C; }

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

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

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

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

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

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

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

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