#BC3968

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

Shades of Rouge #BC3968

Tints of Rouge #BC3968

Color information

#BC3968 (or 0xBC3968) is unknown color: approx Rouge. HEX triplet: BC, 39 and 68. RGB value is (188,57,104). Sum of RGB (Red+Green+Blue) = 188+57+104=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3968 is #43C697. Grayscale: #656565. Windows color (decimal): -4441752 or 6830524. OLE color: 6830524.

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

Color convert

RGB18857104-
CMYK00.700.450.26
HSL338.47º53.47%48.04%-
HSV(B)338.47º69.68%73.73%-
XYZ24.714.6214.62-
YUV101.53129.4189.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=53.87%
G=16.33%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1885710400.700.450.26338.4753.4748.04
HexBC39680462D1A1523530
Octal27471150010655325226560
Binary1011110011100111010000100011010110111010101010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3968; }

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

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

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

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

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

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

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

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