#BF3462

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

Shades of Rouge #BF3462

Tints of Rouge #BF3462

Color information

#BF3462 (or 0xBF3462) is unknown color: approx Rouge. HEX triplet: BF, 34 and 62. RGB value is (191,52,98). Sum of RGB (Red+Green+Blue) = 191+52+98=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3462 is #40CB9D. Grayscale: #626262. Windows color (decimal): -4246430 or 6436031. OLE color: 6436031.

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

Color convert

RGB1915298-
CMYK00.730.490.25
HSL340.14º57.2%47.65%-
HSV(B)340.14º72.77%74.9%-
XYZ24.9214.4113.02-
YUV98.8127.55193.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=56.01%
G=15.25%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191529800.730.490.25340.1457.247.65
HexBF346204931191543930
Octal27764142011161315247160
Binary1011111111010011000100100100111000111001101010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3462; }

 p { color: rgb(191,52,98); }

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

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

 a { background-color: rgb(191,52,98); }

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

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

 span { border-color: rgb(191,52,98); }

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