#BC2E4B

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

Shades of Old Rose #BC2E4B

Tints of Old Rose #BC2E4B

Color information

#BC2E4B (or 0xBC2E4B) is unknown color: approx Old Rose. HEX triplet: BC, 2E and 4B. RGB value is (188,46,75). Sum of RGB (Red+Green+Blue) = 188+46+75=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2E4B is #43D1B4. Grayscale: #5B5B5B. Windows color (decimal): -4444597 or 4927164. OLE color: 4927164.

HSL color Cylindrical-coordinate representation of color #BC2E4B: hue angle of 347.75º 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 #BC2E4B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB1884675-
CMYK00.760.600.26
HSL347.75º60.68%45.88%-
HSV(B)347.75º75.53%73.73%-
XYZ22.9913.157.98-
YUV91.76118.54196.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 60.84%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=60.84%
G=14.89%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188467500.760.600.26347.7560.6845.88
HexBC2E4B04C3C1A15c3d2e
Octal27456113011474325347556
Binary1011110010111010010110100110011110011010101011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E4B; }

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

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

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

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

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

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

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

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