#BC2E48

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

Shades of Old Rose #BC2E48

Tints of Old Rose #BC2E48

Color information

#BC2E48 (or 0xBC2E48) is unknown color: approx Old Rose. HEX triplet: BC, 2E and 48. RGB value is (188,46,72). Sum of RGB (Red+Green+Blue) = 188+46+72=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E48 is #43D1B7. Grayscale: #5B5B5B. Windows color (decimal): -4444600 or 4730556. OLE color: 4730556.

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

Color convert

RGB1884672-
CMYK00.760.620.26
HSL349.01º60.68%45.88%-
HSV(B)349.01º75.53%73.73%-
XYZ22.8913.117.46-
YUV91.42117.04196.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 61.44%
GREEN value IS 46 (18.36% from 255) = 15.03%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=61.44%
G=15.03%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188467200.760.620.26349.0160.6845.88
HexBC2E4804C3E1A15d3d2e
Octal27456110011476325357556
Binary1011110010111010010000100110011111011010101011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E48; }

 p { color: rgb(188,46,72); }

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

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

 a { background-color: rgb(188,46,72); }

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

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

 span { border-color: rgb(188,46,72); }

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