#BA274F

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

Shades of Old Rose #BA274F

Tints of Old Rose #BA274F

Color information

#BA274F (or 0xBA274F) is unknown color: approx Old Rose. HEX triplet: BA, 27 and 4F. RGB value is (186,39,79). Sum of RGB (Red+Green+Blue) = 186+39+79=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA274F is #45D8B0. Grayscale: #575757. Windows color (decimal): -4577457 or 5187514. OLE color: 5187514.

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

Color convert

RGB1863979-
CMYK00.790.580.27
HSL343.67º65.33%44.12%-
HSV(B)343.67º79.03%72.94%-
XYZ22.3912.458.62-
YUV87.51123.2198.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 39 (15.62% from 255) = 12.83%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=61.18%
G=12.83%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186397900.790.580.27343.6765.3344.12
HexBA274F04F3A1B158412c
Octal272471170117723353010154
Binary10111010100111100111101001111111010110111010110001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA274F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA274F; }

 p { color: rgb(186,39,79); }

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

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

 a { background-color: rgb(186,39,79); }

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

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

 span { border-color: rgb(186,39,79); }

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