#BC3360

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

Shades of Rouge #BC3360

Tints of Rouge #BC3360

Color information

#BC3360 (or 0xBC3360) is unknown color: approx Rouge. HEX triplet: BC, 33 and 60. RGB value is (188,51,96). Sum of RGB (Red+Green+Blue) = 188+51+96=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3360 is #43CC9F. Grayscale: #616161. Windows color (decimal): -4443296 or 6304700. OLE color: 6304700.

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

Color convert

RGB1885196-
CMYK00.730.490.26
HSL340.29º57.32%46.86%-
HSV(B)340.29º72.87%73.73%-
XYZ24.0313.912.48-
YUV97.09127.39192.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=56.12%
G=15.22%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188519600.730.490.26340.2957.3246.86
HexBC3360049311A154392f
Octal27463140011161325247157
Binary1011110011001111000000100100111000111010101010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3360; }

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

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

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

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

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

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

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

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