#BC2766

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

Shades of Rouge #BC2766

Tints of Rouge #BC2766

Color information

#BC2766 (or 0xBC2766) is unknown color: approx Rouge. HEX triplet: BC, 27 and 66. RGB value is (188,39,102). Sum of RGB (Red+Green+Blue) = 188+39+102=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2766 is #43D899. Grayscale: #5A5A5A. Windows color (decimal): -4446362 or 6694844. OLE color: 6694844.

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

Color convert

RGB18839102-
CMYK00.790.460.26
HSL334.63º65.64%44.51%-
HSV(B)334.63º79.26%73.73%-
XYZ23.8613.113.84-
YUV90.73134.36197.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.14%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=57.14%
G=11.85%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883910200.790.460.26334.6365.6444.51
HexBC276604F2E1A14f422d
Octal274471460117563251710255
Binary10111100100111110011001001111101110110101010011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2766; }

 p { color: rgb(188,39,102); }

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

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

 a { background-color: rgb(188,39,102); }

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

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

 span { border-color: rgb(188,39,102); }

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