#bc2965

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

Shades of Rouge #BC2965

Tints of Rouge #BC2965

Color information

#BC2965 (or 0xBC2965) is unknown color: approx Rouge. HEX triplet: BC, 29 and 65. RGB value is (188,41,101). Sum of RGB (Red+Green+Blue) = 188+41+101=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2965 is #43D69A. Grayscale: #5B5B5B. Windows color (decimal): -4445851 or 6629820. OLE color: 6629820.

HSL color Cylindrical-coordinate representation of color #BC2965: hue angle of 335.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2965 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18841101-
CMYK00.780.460.26
HSL335.51º64.19%44.9%-
HSV(B)335.51º78.19%73.73%-
XYZ23.8813.2213.6-
YUV91.79133.2196.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=56.97%
G=12.42%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884110100.780.460.26335.5164.1944.9
HexBC296504E2E1A150402d
Octal274511450116563252010055
Binary10111100101001110010101001110101110110101010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc2965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc2965; }

 p { color: rgb(188,41,101); }

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

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

 a { background-color: rgb(188,41,101); }

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

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

 span { border-color: rgb(188,41,101); }

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