#BC3365

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

Shades of Rouge #BC3365

Tints of Rouge #BC3365

Color information

#BC3365 (or 0xBC3365) is unknown color: approx Rouge. HEX triplet: BC, 33 and 65. RGB value is (188,51,101). Sum of RGB (Red+Green+Blue) = 188+51+101=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3365 is #43CC9A. Grayscale: #616161. Windows color (decimal): -4443291 or 6632380. OLE color: 6632380.

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

Color convert

RGB18851101-
CMYK00.730.460.26
HSL338.1º57.32%46.86%-
HSV(B)338.1º72.87%73.73%-
XYZ24.271413.73-
YUV97.66129.89192.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.29%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=55.29%
G=15%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885110100.730.460.26338.157.3246.86
HexBC33650492E1A152392f
Octal27463145011156325227157
Binary1011110011001111001010100100110111011010101010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3365; }

 p { color: rgb(188,51,101); }

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

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

 a { background-color: rgb(188,51,101); }

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

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

 span { border-color: rgb(188,51,101); }

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