#BC3D5F

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

Shades of Rouge #BC3D5F

Tints of Rouge #BC3D5F

Color information

#BC3D5F (or 0xBC3D5F) is unknown color: approx Rouge. HEX triplet: BC, 3D and 5F. RGB value is (188,61,95). Sum of RGB (Red+Green+Blue) = 188+61+95=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5F is #43C2A0. Grayscale: #666666. Windows color (decimal): -4440737 or 6241724. OLE color: 6241724.

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

Color convert

RGB1886195-
CMYK00.680.490.26
HSL343.94º51%48.82%-
HSV(B)343.94º67.55%73.73%-
XYZ24.4714.8612.4-
YUV102.85123.58188.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.65%
GREEN value IS 61 (24.22% from 255) = 17.73%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=54.65%
G=17.73%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188619500.680.490.26343.945148.82
HexBC3D5F044311A1583331
Octal27475137010461325306361
Binary1011110011110110111110100010011000111010101011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D5F; }

 p { color: rgb(188,61,95); }

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

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

 a { background-color: rgb(188,61,95); }

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

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

 span { border-color: rgb(188,61,95); }

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