#BC3D5E

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

Shades of Rouge #BC3D5E

Tints of Rouge #BC3D5E

Color information

#BC3D5E (or 0xBC3D5E) is unknown color: approx Rouge. HEX triplet: BC, 3D and 5E. RGB value is (188,61,94). Sum of RGB (Red+Green+Blue) = 188+61+94=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3D5E is #43C2A1. Grayscale: #666666. Windows color (decimal): -4440738 or 6176188. OLE color: 6176188.

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

Color convert

RGB1886194-
CMYK00.680.500.26
HSL344.41º51%48.82%-
HSV(B)344.41º67.55%73.73%-
XYZ24.4314.8412.17-
YUV102.73123.08188.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.81%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=54.81%
G=17.78%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188619400.680.500.26344.415148.82
HexBC3D5E044321A1583331
Octal27475136010462325306361
Binary1011110011110110111100100010011001011010101011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D5E; }

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

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

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

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

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

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

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

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