#bc3f51

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

Shades of Old Rose #BC3F51

Tints of Old Rose #BC3F51

Color information

#BC3F51 (or 0xBC3F51) is unknown color: approx Old Rose. HEX triplet: BC, 3F and 51. RGB value is (188,63,81). Sum of RGB (Red+Green+Blue) = 188+63+81=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F51 is #43C0AE. Grayscale: #666666. Windows color (decimal): -4440239 or 5324732. OLE color: 5324732.

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

Color convert

RGB1886381-
CMYK00.660.570.26
HSL351.36º49.8%49.22%-
HSV(B)351.36º66.49%73.73%-
XYZ2414.849.38-
YUV102.43115.91189.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.63%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 81 (32.03% from 255) = 24.40%
R=56.63%
G=18.98%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188638100.660.570.26351.3649.849.22
HexBC3F51042391A15f3231
Octal27477121010271325376261
Binary1011110011111110100010100001011100111010101011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3f51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3f51; }

 p { color: rgb(188,63,81); }

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

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

 a { background-color: rgb(188,63,81); }

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

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

 span { border-color: rgb(188,63,81); }

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