#bc3460

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

Shades of Rouge #BC3460

Tints of Rouge #BC3460

Color information

#BC3460 (or 0xBC3460) is unknown color: approx Rouge. HEX triplet: BC, 34 and 60. RGB value is (188,52,96). Sum of RGB (Red+Green+Blue) = 188+52+96=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3460 is #43CB9F. Grayscale: #616161. Windows color (decimal): -4443040 or 6304956. OLE color: 6304956.

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

Color convert

RGB1885296-
CMYK00.720.490.26
HSL340.59º56.67%47.06%-
HSV(B)340.59º72.34%73.73%-
XYZ24.0813.9912.5-
YUV97.68127.06192.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 52 (20.70% from 255) = 15.48%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=55.95%
G=15.48%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188529600.720.490.26340.5956.6747.06
HexBC3460048311A155392f
Octal27464140011061325257157
Binary1011110011010011000000100100011000111010101010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3460; }

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

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

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

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

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

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

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

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