#BF3463

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

Shades of Rouge #BF3463

Tints of Rouge #BF3463

Color information

#BF3463 (or 0xBF3463) is unknown color: approx Rouge. HEX triplet: BF, 34 and 63. RGB value is (191,52,99). Sum of RGB (Red+Green+Blue) = 191+52+99=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3463 is #40CB9C. Grayscale: #626262. Windows color (decimal): -4246429 or 6501567. OLE color: 6501567.

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

Color convert

RGB1915299-
CMYK00.730.480.25
HSL339.71º57.2%47.65%-
HSV(B)339.71º72.77%74.9%-
XYZ24.9714.4313.27-
YUV98.92128.05193.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=55.85%
G=15.20%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191529900.730.480.25339.7157.247.65
HexBF346304930191543930
Octal27764143011160315247160
Binary1011111111010011000110100100111000011001101010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3463; }

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

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

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

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

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

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

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

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