#BC3047

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

Shades of Old Rose #BC3047

Tints of Old Rose #BC3047

Color information

#BC3047 (or 0xBC3047) is unknown color: approx Old Rose. HEX triplet: BC, 30 and 47. RGB value is (188,48,71). Sum of RGB (Red+Green+Blue) = 188+48+71=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3047 is #43CFB8. Grayscale: #5C5C5C. Windows color (decimal): -4444089 or 4665532. OLE color: 4665532.

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

Color convert

RGB1884871-
CMYK00.740.620.26
HSL350.14º59.32%46.27%-
HSV(B)350.14º74.47%73.73%-
XYZ22.9313.267.31-
YUV92.48115.88196.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.24%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=61.24%
G=15.64%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188487100.740.620.26350.1459.3246.27
HexBC304704A3E1A15e3b2e
Octal27460107011276325367356
Binary1011110011000010001110100101011111011010101011110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3047; }

 p { color: rgb(188,48,71); }

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

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

 a { background-color: rgb(188,48,71); }

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

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

 span { border-color: rgb(188,48,71); }

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