#BF3961

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

Shades of Rouge #BF3961

Tints of Rouge #BF3961

Color information

#BF3961 (or 0xBF3961) is unknown color: approx Rouge. HEX triplet: BF, 39 and 61. RGB value is (191,57,97). Sum of RGB (Red+Green+Blue) = 191+57+97=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3961 is #40C69E. Grayscale: #656565. Windows color (decimal): -4245151 or 6371775. OLE color: 6371775.

HSL color Cylindrical-coordinate representation of color #BF3961: hue angle of 342.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3961 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1915797-
CMYK00.700.490.25
HSL342.09º54.03%48.63%-
HSV(B)342.09º70.16%74.9%-
XYZ25.1114.8712.86-
YUV101.63125.39191.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=55.36%
G=16.52%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191579700.700.490.25342.0954.0348.63
HexBF396104631191563631
Octal27771141010661315266661
Binary1011111111100111000010100011011000111001101010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3961; }

 p { color: rgb(191,57,97); }

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

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

 a { background-color: rgb(191,57,97); }

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

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

 span { border-color: rgb(191,57,97); }

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