#BF3864

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

Shades of Rouge #BF3864

Tints of Rouge #BF3864

Color information

#BF3864 (or 0xBF3864) is unknown color: approx Rouge. HEX triplet: BF, 38 and 64. RGB value is (191,56,100). Sum of RGB (Red+Green+Blue) = 191+56+100=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3864 is #40C79B. Grayscale: #656565. Windows color (decimal): -4245404 or 6568127. OLE color: 6568127.

HSL color Cylindrical-coordinate representation of color #BF3864: hue angle of 340.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3864 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19156100-
CMYK00.710.480.25
HSL340.44º54.66%48.43%-
HSV(B)340.44º70.68%74.9%-
XYZ25.214.8213.59-
YUV101.38127.23191.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=55.04%
G=16.14%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915610000.710.480.25340.4454.6648.43
HexBF386404730191543730
Octal27770144010760315246760
Binary1011111111100011001000100011111000011001101010100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3864; }

 p { color: rgb(191,56,100); }

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

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

 a { background-color: rgb(191,56,100); }

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

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

 span { border-color: rgb(191,56,100); }

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