#BC1F5A

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

Shades of Old Rose #BC1F5A

Tints of Old Rose #BC1F5A

Color information

#BC1F5A (or 0xBC1F5A) is unknown color: approx Old Rose. HEX triplet: BC, 1F and 5A. RGB value is (188,31,90). Sum of RGB (Red+Green+Blue) = 188+31+90=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1F5A is #43E0A5. Grayscale: #545454. Windows color (decimal): -4448422 or 5906364. OLE color: 5906364.

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

Color convert

RGB1883190-
CMYK00.840.520.26
HSL337.45º71.69%42.94%-
HSV(B)337.45º83.51%73.73%-
XYZ23.0712.4110.85-
YUV84.67131.01201.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=60.84%
G=10.03%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188319000.840.520.26337.4571.6942.94
HexBC1F5A054341A151482b
Octal274371320124643252111053
Binary1011110011111101101001010100110100110101010100011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1F5A; }

 p { color: rgb(188,31,90); }

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

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

 a { background-color: rgb(188,31,90); }

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

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

 span { border-color: rgb(188,31,90); }

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