#BC356A

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

Shades of Rouge #BC356A

Tints of Rouge #BC356A

Color information

#BC356A (or 0xBC356A) is unknown color: approx Rouge. HEX triplet: BC, 35 and 6A. RGB value is (188,53,106). Sum of RGB (Red+Green+Blue) = 188+53+106=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356A is #43CA95. Grayscale: #636363. Windows color (decimal): -4442774 or 6960572. OLE color: 6960572.

HSL color Cylindrical-coordinate representation of color #BC356A: hue angle of 336.44º degrees, saturation: 0.56, 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 #BC356A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18853106-
CMYK00.720.440.26
HSL336.44º56.02%47.25%-
HSV(B)336.44º71.81%73.73%-
XYZ24.6114.2815.09-
YUV99.41131.73191.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=54.18%
G=15.27%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885310600.720.440.26336.4456.0247.25
HexBC356A0482C1A150382f
Octal27465152011054325207057
Binary1011110011010111010100100100010110011010101010000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC356A; }

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

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

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

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

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

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

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

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