#BA2F47

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

Shades of Old Rose #BA2F47

Tints of Old Rose #BA2F47

Color information

#BA2F47 (or 0xBA2F47) is unknown color: approx Old Rose. HEX triplet: BA, 2F and 47. RGB value is (186,47,71). Sum of RGB (Red+Green+Blue) = 186+47+71=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F47 is #45D0B8. Grayscale: #5B5B5B. Windows color (decimal): -4575417 or 4665274. OLE color: 4665274.

HSL color Cylindrical-coordinate representation of color #BA2F47: hue angle of 349.64º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1864771-
CMYK00.750.620.27
HSL349.64º59.66%45.69%-
HSV(B)349.64º74.73%72.94%-
XYZ22.412.937.28-
YUV91.3116.55195.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.18%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=61.18%
G=15.46%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186477100.750.620.27349.6459.6645.69
HexBA2F4704B3E1B15e3c2e
Octal27257107011376335367456
Binary1011101010111110001110100101111111011011101011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F47; }

 p { color: rgb(186,47,71); }

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

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

 a { background-color: rgb(186,47,71); }

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

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

 span { border-color: rgb(186,47,71); }

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