#BC1B4A

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

Shades of Old Rose #BC1B4A

Tints of Old Rose #BC1B4A

Color information

#BC1B4A (or 0xBC1B4A) is unknown color: approx Old Rose. HEX triplet: BC, 1B and 4A. RGB value is (188,27,74). Sum of RGB (Red+Green+Blue) = 188+27+74=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B4A is #43E4B5. Grayscale: #505050. Windows color (decimal): -4449462 or 4856764. OLE color: 4856764.

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

Color convert

RGB1882774-
CMYK00.860.610.26
HSL342.48º74.88%42.16%-
HSV(B)342.48º85.64%73.73%-
XYZ22.3711.977.61-
YUV80.5124.34204.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 27 (10.94% from 255) = 9.34%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=65.05%
G=9.34%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188277400.860.610.26342.4874.8842.16
HexBC1B4A0563D1A1564b2a
Octal274331120126753252611352
Binary1011110011011100101001010110111101110101010101101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B4A; }

 p { color: rgb(188,27,74); }

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

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

 a { background-color: rgb(188,27,74); }

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

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

 span { border-color: rgb(188,27,74); }

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