#BC2767

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

Shades of Rouge #BC2767

Tints of Rouge #BC2767

Color information

#BC2767 (or 0xBC2767) is unknown color: approx Rouge. HEX triplet: BC, 27 and 67. RGB value is (188,39,103). Sum of RGB (Red+Green+Blue) = 188+39+103=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2767 is #43D898. Grayscale: #5A5A5A. Windows color (decimal): -4446361 or 6760380. OLE color: 6760380.

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

Color convert

RGB18839103-
CMYK00.790.450.26
HSL334.23º65.64%44.51%-
HSV(B)334.23º79.26%73.73%-
XYZ23.9113.1214.1-
YUV90.85134.86197.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=56.97%
G=11.82%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883910300.790.450.26334.2365.6444.51
HexBC276704F2D1A14e422d
Octal274471470117553251610255
Binary10111100100111110011101001111101101110101010011101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2767; }

 p { color: rgb(188,39,103); }

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

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

 a { background-color: rgb(188,39,103); }

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

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

 span { border-color: rgb(188,39,103); }

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