#BC2F5F

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

Shades of Old Rose #BC2F5F

Tints of Old Rose #BC2F5F

Color information

#BC2F5F (or 0xBC2F5F) is unknown color: approx Old Rose. HEX triplet: BC, 2F and 5F. RGB value is (188,47,95). Sum of RGB (Red+Green+Blue) = 188+47+95=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2F5F is #43D0A0. Grayscale: #5E5E5E. Windows color (decimal): -4444321 or 6238140. OLE color: 6238140.

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

Color convert

RGB1884795-
CMYK00.750.490.26
HSL339.57º60%46.08%-
HSV(B)339.57º75%73.73%-
XYZ23.8213.5512.19-
YUV94.63128.21194.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 47 (18.75% from 255) = 14.24%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=56.97%
G=14.24%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188479500.750.490.26339.576046.08
HexBC2F5F04B311A1543c2e
Octal27457137011361325247456
Binary1011110010111110111110100101111000111010101010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2F5F; }

 p { color: rgb(188,47,95); }

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

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

 a { background-color: rgb(188,47,95); }

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

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

 span { border-color: rgb(188,47,95); }

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