#BF2E65

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

Shades of Rouge #BF2E65

Tints of Rouge #BF2E65

Color information

#BF2E65 (or 0xBF2E65) is unknown color: approx Rouge. HEX triplet: BF, 2E and 65. RGB value is (191,46,101). Sum of RGB (Red+Green+Blue) = 191+46+101=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2E65 is #40D19A. Grayscale: #5F5F5F. Windows color (decimal): -4247963 or 6631103. OLE color: 6631103.

HSL color Cylindrical-coordinate representation of color #BF2E65: hue angle of 337.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E65 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB19146101-
CMYK00.760.470.25
HSL337.24º61.18%46.47%-
HSV(B)337.24º75.92%74.9%-
XYZ24.8113.9713.7-
YUV95.62131.04196.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=56.51%
G=13.61%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914610100.760.470.25337.2461.1846.47
HexBF2E6504C2F191513d2e
Octal27756145011457315217556
Binary1011111110111011001010100110010111111001101010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2E65; }

 p { color: rgb(191,46,101); }

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

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

 a { background-color: rgb(191,46,101); }

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

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

 span { border-color: rgb(191,46,101); }

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