#BC1D56

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

Shades of Old Rose #BC1D56

Tints of Old Rose #BC1D56

Color information

#BC1D56 (or 0xBC1D56) is unknown color: approx Old Rose. HEX triplet: BC, 1D and 56. RGB value is (188,29,86). Sum of RGB (Red+Green+Blue) = 188+29+86=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D56 is #43E2A9. Grayscale: #525252. Windows color (decimal): -4448938 or 5643708. OLE color: 5643708.

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

Color convert

RGB1882986-
CMYK00.850.540.26
HSL338.49º73.27%42.55%-
HSV(B)338.49º84.57%73.73%-
XYZ22.8612.249.96-
YUV83.04129.68202.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.05%
GREEN value IS 29 (11.72% from 255) = 9.57%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=62.05%
G=9.57%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188298600.850.540.26338.4973.2742.55
HexBC1D56055361A152492b
Octal274351260125663252211153
Binary1011110011101101011001010101110110110101010100101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D56; }

 p { color: rgb(188,29,86); }

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

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

 a { background-color: rgb(188,29,86); }

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

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

 span { border-color: rgb(188,29,86); }

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