#BF3664

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

Shades of Rouge #BF3664

Tints of Rouge #BF3664

Color information

#BF3664 (or 0xBF3664) is unknown color: approx Rouge. HEX triplet: BF, 36 and 64. RGB value is (191,54,100). Sum of RGB (Red+Green+Blue) = 191+54+100=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3664 is #40C99B. Grayscale: #646464. Windows color (decimal): -4245916 or 6567615. OLE color: 6567615.

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

Color convert

RGB19154100-
CMYK00.720.480.25
HSL339.85º55.92%48.04%-
HSV(B)339.85º71.73%74.9%-
XYZ25.1114.6313.56-
YUV100.21127.89192.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=55.36%
G=15.65%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915410000.720.480.25339.8555.9248.04
HexBF366404830191543830
Octal27766144011060315247060
Binary1011111111011011001000100100011000011001101010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3664; }

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

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

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

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

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

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

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

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