#BC1954

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

Shades of Old Rose #BC1954

Tints of Old Rose #BC1954

Color information

#BC1954 (or 0xBC1954) is unknown color: approx Old Rose. HEX triplet: BC, 19 and 54. RGB value is (188,25,84). Sum of RGB (Red+Green+Blue) = 188+25+84=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1954 is #43E6AB. Grayscale: #505050. Windows color (decimal): -4449964 or 5511612. OLE color: 5511612.

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

Color convert

RGB1882584-
CMYK00.870.550.26
HSL338.28º76.53%41.76%-
HSV(B)338.28º86.7%73.73%-
XYZ22.6912.039.51-
YUV80.46130204.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.30%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 84 (33.20% from 255) = 28.28%
R=63.30%
G=8.42%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188258400.870.550.26338.2876.5341.76
HexBC1954057371A1524d2a
Octal274311240127673252211552
Binary1011110011001101010001010111110111110101010100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1954; }

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

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

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

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

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

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

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

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