#BF3861

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

Shades of Rouge #BF3861

Tints of Rouge #BF3861

Color information

#BF3861 (or 0xBF3861) is unknown color: approx Rouge. HEX triplet: BF, 38 and 61. RGB value is (191,56,97). Sum of RGB (Red+Green+Blue) = 191+56+97=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3861 is #40C79E. Grayscale: #656565. Windows color (decimal): -4245407 or 6371519. OLE color: 6371519.

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

Color convert

RGB1915697-
CMYK00.710.490.25
HSL341.78º54.66%48.43%-
HSV(B)341.78º70.68%74.9%-
XYZ25.0614.7712.84-
YUV101.04125.73192.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=55.52%
G=16.28%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191569700.710.490.25341.7854.6648.43
HexBF386104731191563730
Octal27770141010761315266760
Binary1011111111100011000010100011111000111001101010110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3861; }

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

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

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

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

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

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

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

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