#BC2747

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

Shades of Old Rose #BC2747

Tints of Old Rose #BC2747

Color information

#BC2747 (or 0xBC2747) is unknown color: approx Old Rose. HEX triplet: BC, 27 and 47. RGB value is (188,39,71). Sum of RGB (Red+Green+Blue) = 188+39+71=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2747 is #43D8B8. Grayscale: #575757. Windows color (decimal): -4446393 or 4663228. OLE color: 4663228.

HSL color Cylindrical-coordinate representation of color #BC2747: hue angle of 347.11º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2747 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1883971-
CMYK00.790.620.26
HSL347.11º65.64%44.51%-
HSV(B)347.11º79.26%73.73%-
XYZ22.612.67.2-
YUV87.2118.86199.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.09%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 71 (28.12% from 255) = 23.83%
R=63.09%
G=13.09%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188397100.790.620.26347.1165.6444.51
HexBC274704F3E1A15b422d
Octal274471070117763253310255
Binary10111100100111100011101001111111110110101010110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2747; }

 p { color: rgb(188,39,71); }

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

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

 a { background-color: rgb(188,39,71); }

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

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

 span { border-color: rgb(188,39,71); }

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