#BA364E

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

Shades of Old Rose #BA364E

Tints of Old Rose #BA364E

Color information

#BA364E (or 0xBA364E) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 4E. RGB value is (186,54,78). Sum of RGB (Red+Green+Blue) = 186+54+78=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA364E is #45C9B1. Grayscale: #606060. Windows color (decimal): -4573618 or 5125818. OLE color: 5125818.

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

Color convert

RGB1865478-
CMYK00.710.580.27
HSL349.09º55%47.06%-
HSV(B)349.09º70.97%72.94%-
XYZ22.9413.638.63-
YUV96.2117.73192.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 78 (30.86% from 255) = 24.53%
R=58.49%
G=16.98%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186547800.710.580.27349.095547.06
HexBA364E0473A1B15d372f
Octal27266116010772335356757
Binary1011101011011010011100100011111101011011101011101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA364E; }

 p { color: rgb(186,54,78); }

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

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

 a { background-color: rgb(186,54,78); }

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

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

 span { border-color: rgb(186,54,78); }

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