#BA364D

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

Shades of Old Rose #BA364D

Tints of Old Rose #BA364D

Color information

#BA364D (or 0xBA364D) is unknown color: approx Old Rose. HEX triplet: BA, 36 and 4D. RGB value is (186,54,77). Sum of RGB (Red+Green+Blue) = 186+54+77=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA364D is #45C9B2. Grayscale: #606060. Windows color (decimal): -4573619 or 5060282. OLE color: 5060282.

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

Color convert

RGB1865477-
CMYK00.710.590.27
HSL349.55º55%47.06%-
HSV(B)349.55º70.97%72.94%-
XYZ22.9113.618.44-
YUV96.09117.23192.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.68%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 77 (30.47% from 255) = 24.29%
R=58.68%
G=17.03%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186547700.710.590.27349.555547.06
HexBA364D0473B1B15e372f
Octal27266115010773335366757
Binary1011101011011010011010100011111101111011101011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA364D; }

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

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

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

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

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

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

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

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