#BC2D6A

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

Shades of Rouge #BC2D6A

Tints of Rouge #BC2D6A

Color information

#BC2D6A (or 0xBC2D6A) is unknown color: approx Rouge. HEX triplet: BC, 2D and 6A. RGB value is (188,45,106). Sum of RGB (Red+Green+Blue) = 188+45+106=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2D6A is #43D295. Grayscale: #5E5E5E. Windows color (decimal): -4444822 or 6958524. OLE color: 6958524.

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

Color convert

RGB18845106-
CMYK00.760.440.26
HSL334.41º61.37%45.69%-
HSV(B)334.41º76.06%73.73%-
XYZ24.2813.6114.98-
YUV94.71134.38194.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=55.46%
G=13.27%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884510600.760.440.26334.4161.3745.69
HexBC2D6A04C2C1A14e3d2e
Octal27455152011454325167556
Binary1011110010110111010100100110010110011010101001110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2D6A; }

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

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

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

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

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

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

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

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