#BC3254

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

Shades of Old Rose #BC3254

Tints of Old Rose #BC3254

Color information

#BC3254 (or 0xBC3254) is unknown color: approx Old Rose. HEX triplet: BC, 32 and 54. RGB value is (188,50,84). Sum of RGB (Red+Green+Blue) = 188+50+84=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3254 is #43CDAB. Grayscale: #5F5F5F. Windows color (decimal): -4443564 or 5518012. OLE color: 5518012.

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

Color convert

RGB1885084-
CMYK00.730.550.26
HSL345.22º57.98%46.67%-
HSV(B)345.22º73.4%73.73%-
XYZ23.4813.619.78-
YUV95.14121.72194.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.39%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=58.39%
G=15.53%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188508400.730.550.26345.2257.9846.67
HexBC3254049371A1593a2f
Octal27462124011167325317257
Binary1011110011001010101000100100111011111010101011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3254; }

 p { color: rgb(188,50,84); }

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

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

 a { background-color: rgb(188,50,84); }

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

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

 span { border-color: rgb(188,50,84); }

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