#bc2c68

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

Shades of Rouge #BC2C68

Tints of Rouge #BC2C68

Color information

#BC2C68 (or 0xBC2C68) is unknown color: approx Rouge. HEX triplet: BC, 2C and 68. RGB value is (188,44,104). Sum of RGB (Red+Green+Blue) = 188+44+104=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2C68 is #43D397. Grayscale: #5D5D5D. Windows color (decimal): -4445080 or 6827196. OLE color: 6827196.

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

Color convert

RGB18844104-
CMYK00.770.450.26
HSL335º62.07%45.49%-
HSV(B)335º76.6%73.73%-
XYZ24.1413.4914.43-
YUV93.9133.71195.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=55.95%
G=13.10%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884410400.770.450.2633562.0745.49
HexBC2C6804D2D1A14f3e2d
Octal27454150011555325177655
Binary1011110010110011010000100110110110111010101001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2c68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2c68; }

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

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

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

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

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

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

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

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