#BC1C5B

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

Shades of Old Rose #BC1C5B

Tints of Old Rose #BC1C5B

Color information

#BC1C5B (or 0xBC1C5B) is unknown color: approx Old Rose. HEX triplet: BC, 1C and 5B. RGB value is (188,28,91). Sum of RGB (Red+Green+Blue) = 188+28+91=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C5B is #43E3A4. Grayscale: #525252. Windows color (decimal): -4449189 or 5971132. OLE color: 5971132.

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

Color convert

RGB1882891-
CMYK00.850.520.26
HSL336.38º74.07%42.35%-
HSV(B)336.38º85.11%73.73%-
XYZ23.0412.2811.05-
YUV83.02132.51202.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=61.24%
G=9.12%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188289100.850.520.26336.3874.0742.35
HexBC1C5B055341A1504a2a
Octal274341330125643252011252
Binary1011110011100101101101010101110100110101010100001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C5B; }

 p { color: rgb(188,28,91); }

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

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

 a { background-color: rgb(188,28,91); }

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

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

 span { border-color: rgb(188,28,91); }

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