#BC3964

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

Shades of Rouge #BC3964

Tints of Rouge #BC3964

Color information

#BC3964 (or 0xBC3964) is unknown color: approx Rouge. HEX triplet: BC, 39 and 64. RGB value is (188,57,100). Sum of RGB (Red+Green+Blue) = 188+57+100=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3964 is #43C69B. Grayscale: #656565. Windows color (decimal): -4441756 or 6568380. OLE color: 6568380.

HSL color Cylindrical-coordinate representation of color #BC3964: hue angle of 340.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3964 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18857100-
CMYK00.700.470.26
HSL340.31º53.47%48.04%-
HSV(B)340.31º69.68%73.73%-
XYZ24.514.5413.57-
YUV101.07127.4190-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.49%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=54.49%
G=16.52%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885710000.700.470.26340.3153.4748.04
HexBC39640462F1A1543530
Octal27471144010657325246560
Binary1011110011100111001000100011010111111010101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3964; }

 p { color: rgb(188,57,100); }

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

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

 a { background-color: rgb(188,57,100); }

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

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

 span { border-color: rgb(188,57,100); }

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