#BA3F4E

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

Shades of Old Rose #BA3F4E

Tints of Old Rose #BA3F4E

Color information

#BA3F4E (or 0xBA3F4E) is unknown color: approx Old Rose. HEX triplet: BA, 3F and 4E. RGB value is (186,63,78). Sum of RGB (Red+Green+Blue) = 186+63+78=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3F4E is #45C0B1. Grayscale: #656565. Windows color (decimal): -4571314 or 5128122. OLE color: 5128122.

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

Color convert

RGB1866378-
CMYK00.660.580.27
HSL352.68º49.4%48.82%-
HSV(B)352.68º66.13%72.94%-
XYZ23.414.548.78-
YUV101.49114.75188.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=56.88%
G=19.27%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186637800.660.580.27352.6849.448.82
HexBA3F4E0423A1B1613131
Octal27277116010272335416161
Binary1011101011111110011100100001011101011011101100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3F4E; }

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

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

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

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

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

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

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

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