#BC316A

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

Shades of Rouge #BC316A

Tints of Rouge #BC316A

Color information

#BC316A (or 0xBC316A) is unknown color: approx Rouge. HEX triplet: BC, 31 and 6A. RGB value is (188,49,106). Sum of RGB (Red+Green+Blue) = 188+49+106=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC316A is #43CE95. Grayscale: #606060. Windows color (decimal): -4443798 or 6959548. OLE color: 6959548.

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

Color convert

RGB18849106-
CMYK00.740.440.26
HSL335.4º58.65%46.47%-
HSV(B)335.4º73.94%73.73%-
XYZ24.4413.9315.04-
YUV97.06133.05192.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=54.81%
G=14.29%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884910600.740.440.26335.458.6546.47
HexBC316A04A2C1A14f3b2e
Octal27461152011254325177356
Binary1011110011000111010100100101010110011010101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC316A; }

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

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

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

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

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

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

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

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