#BA394D

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

Shades of Old Rose #BA394D

Tints of Old Rose #BA394D

Color information

#BA394D (or 0xBA394D) is unknown color: approx Old Rose. HEX triplet: BA, 39 and 4D. RGB value is (186,57,77). Sum of RGB (Red+Green+Blue) = 186+57+77=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA394D is #45C6B2. Grayscale: #616161. Windows color (decimal): -4572851 or 5061050. OLE color: 5061050.

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

Color convert

RGB1865777-
CMYK00.690.590.27
HSL350.7º53.09%47.65%-
HSV(B)350.7º69.35%72.94%-
XYZ23.0513.98.49-
YUV97.85116.24190.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=58.12%
G=17.81%
B=24.06%

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
Decimal186577700.690.590.27350.753.0947.65
HexBA394D0453B1B15f3530
Octal27271115010573335376560
Binary1011101011100110011010100010111101111011101011111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA394D; }

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

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

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

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

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

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

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

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