#BF316A

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

Shades of Rouge #BF316A

Tints of Rouge #BF316A

Color information

#BF316A (or 0xBF316A) is unknown color: approx Rouge. HEX triplet: BF, 31 and 6A. RGB value is (191,49,106). Sum of RGB (Red+Green+Blue) = 191+49+106=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF316A is #40CE95. Grayscale: #616161. Windows color (decimal): -4247190 or 6959551. OLE color: 6959551.

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

Color convert

RGB19149106-
CMYK00.740.450.25
HSL335.92º59.17%47.06%-
HSV(B)335.92º74.35%74.9%-
XYZ25.1914.3115.07-
YUV97.96132.54194.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 49 (19.53% from 255) = 14.16%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=55.20%
G=14.16%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914910600.740.450.25335.9259.1747.06
HexBF316A04A2D191503b2f
Octal27761152011255315207357
Binary1011111111000111010100100101010110111001101010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF316A; }

 p { color: rgb(191,49,106); }

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

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

 a { background-color: rgb(191,49,106); }

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

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

 span { border-color: rgb(191,49,106); }

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