#bc2d64

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

Shades of Rouge #BC2D64

Tints of Rouge #BC2D64

Color information

#BC2D64 (or 0xBC2D64) is unknown color: approx Rouge. HEX triplet: BC, 2D and 64. RGB value is (188,45,100). Sum of RGB (Red+Green+Blue) = 188+45+100=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D64 is #43D29B. Grayscale: #5D5D5D. Windows color (decimal): -4444828 or 6565308. OLE color: 6565308.

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

Color convert

RGB18845100-
CMYK00.760.470.26
HSL336.92º61.37%45.69%-
HSV(B)336.92º76.06%73.73%-
XYZ23.9813.4913.4-
YUV94.03131.38195.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 45 (17.97% from 255) = 13.51%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=56.46%
G=13.51%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884510000.760.470.26336.9261.3745.69
HexBC2D6404C2F1A1513d2e
Octal27455144011457325217556
Binary1011110010110111001000100110010111111010101010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2d64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2d64; }

 p { color: rgb(188,45,100); }

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

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

 a { background-color: rgb(188,45,100); }

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

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

 span { border-color: rgb(188,45,100); }

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