#BA2F46

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

Shades of Old Rose #BA2F46

Tints of Old Rose #BA2F46

Color information

#BA2F46 (or 0xBA2F46) is unknown color: approx Old Rose. HEX triplet: BA, 2F and 46. RGB value is (186,47,70). Sum of RGB (Red+Green+Blue) = 186+47+70=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F46 is #45D0B9. Grayscale: #5B5B5B. Windows color (decimal): -4575418 or 4599738. OLE color: 4599738.

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

Color convert

RGB1864770-
CMYK00.750.620.27
HSL350.07º59.66%45.69%-
HSV(B)350.07º74.73%72.94%-
XYZ22.3712.917.11-
YUV91.18116.05195.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 61.39%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=61.39%
G=15.51%
B=23.10%

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
Decimal186477000.750.620.27350.0759.6645.69
HexBA2F4604B3E1B15e3c2e
Octal27257106011376335367456
Binary1011101010111110001100100101111111011011101011110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F46; }

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

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

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

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

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

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

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

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