#BC2F57

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

Shades of Old Rose #BC2F57

Tints of Old Rose #BC2F57

Color information

#BC2F57 (or 0xBC2F57) is unknown color: approx Old Rose. HEX triplet: BC, 2F and 57. RGB value is (188,47,87). Sum of RGB (Red+Green+Blue) = 188+47+87=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F57 is #43D0A8. Grayscale: #5D5D5D. Windows color (decimal): -4444329 or 5713852. OLE color: 5713852.

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

Color convert

RGB1884787-
CMYK00.750.540.26
HSL342.98º60%46.08%-
HSV(B)342.98º75%73.73%-
XYZ23.4813.4110.37-
YUV93.72124.21195.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 47 (18.75% from 255) = 14.60%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=58.39%
G=14.60%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188478700.750.540.26342.986046.08
HexBC2F5704B361A1573c2e
Octal27457127011366325277456
Binary1011110010111110101110100101111011011010101010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F57; }

 p { color: rgb(188,47,87); }

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

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

 a { background-color: rgb(188,47,87); }

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

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

 span { border-color: rgb(188,47,87); }

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