#BC2C6A

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

Shades of Rouge #BC2C6A

Tints of Rouge #BC2C6A

Color information

#BC2C6A (or 0xBC2C6A) is unknown color: approx Rouge. HEX triplet: BC, 2C and 6A. RGB value is (188,44,106). Sum of RGB (Red+Green+Blue) = 188+44+106=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C6A is #43D395. Grayscale: #5E5E5E. Windows color (decimal): -4445078 or 6958268. OLE color: 6958268.

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

Color convert

RGB18844106-
CMYK00.770.440.26
HSL334.17º62.07%45.49%-
HSV(B)334.17º76.6%73.73%-
XYZ24.2413.5314.97-
YUV94.12134.71194.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 44 (17.58% from 255) = 13.02%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=55.62%
G=13.02%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884410600.770.440.26334.1762.0745.49
HexBC2C6A04D2C1A14e3e2d
Octal27454152011554325167655
Binary1011110010110011010100100110110110011010101001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2C6A; }

 p { color: rgb(188,44,106); }

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

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

 a { background-color: rgb(188,44,106); }

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

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

 span { border-color: rgb(188,44,106); }

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