#BC215E

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

Shades of Old Rose #BC215E

Tints of Old Rose #BC215E

Color information

#BC215E (or 0xBC215E) is unknown color: approx Old Rose. HEX triplet: BC, 21 and 5E. RGB value is (188,33,94). Sum of RGB (Red+Green+Blue) = 188+33+94=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC215E is #43DEA1. Grayscale: #565656. Windows color (decimal): -4447906 or 6169020. OLE color: 6169020.

HSL color Cylindrical-coordinate representation of color #BC215E: hue angle of 336.39º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC215E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB1883394-
CMYK00.820.500.26
HSL336.39º70.14%43.33%-
HSV(B)336.39º82.45%73.73%-
XYZ23.312.5911.79-
YUV86.3132.35200.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=59.68%
G=10.48%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188339400.820.500.26336.3970.1443.33
HexBC215E052321A150462b
Octal274411360122623252010653
Binary10111100100001101111001010010110010110101010100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC215E; }

 p { color: rgb(188,33,94); }

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

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

 a { background-color: rgb(188,33,94); }

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

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

 span { border-color: rgb(188,33,94); }

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