#BC2E6C

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

Shades of Rouge #BC2E6C

Tints of Rouge #BC2E6C

Color information

#BC2E6C (or 0xBC2E6C) is unknown color: approx Rouge. HEX triplet: BC, 2E and 6C. RGB value is (188,46,108). Sum of RGB (Red+Green+Blue) = 188+46+108=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2E6C is #43D193. Grayscale: #5F5F5F. Windows color (decimal): -4444564 or 7089852. OLE color: 7089852.

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

Color convert

RGB18846108-
CMYK00.760.430.26
HSL333.8º60.68%45.88%-
HSV(B)333.8º75.53%73.73%-
XYZ24.4213.7315.55-
YUV95.53135.04193.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=54.97%
G=13.45%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884610800.760.430.26333.860.6845.88
HexBC2E6C04C2B1A14e3d2e
Octal27456154011453325167556
Binary1011110010111011011000100110010101111010101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2E6C; }

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

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

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

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

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

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

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

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