#BF3960

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

Shades of Rouge #BF3960

Tints of Rouge #BF3960

Color information

#BF3960 (or 0xBF3960) is unknown color: approx Rouge. HEX triplet: BF, 39 and 60. RGB value is (191,57,96). Sum of RGB (Red+Green+Blue) = 191+57+96=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3960 is #40C69F. Grayscale: #656565. Windows color (decimal): -4245152 or 6306239. OLE color: 6306239.

HSL color Cylindrical-coordinate representation of color #BF3960: hue angle of 342.54º 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 #BF3960 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB1915796-
CMYK00.700.500.25
HSL342.54º54.03%48.63%-
HSV(B)342.54º70.16%74.9%-
XYZ25.0614.8512.61-
YUV101.51124.89191.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=55.52%
G=16.57%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191579600.700.500.25342.5454.0348.63
HexBF396004632191573631
Octal27771140010662315276661
Binary1011111111100111000000100011011001011001101010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3960; }

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

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

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

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

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

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

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

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