#BF3564

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

Shades of Rouge #BF3564

Tints of Rouge #BF3564

Color information

#BF3564 (or 0xBF3564) is unknown color: approx Rouge. HEX triplet: BF, 35 and 64. RGB value is (191,53,100). Sum of RGB (Red+Green+Blue) = 191+53+100=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3564 is #40CA9B. Grayscale: #636363. Windows color (decimal): -4246172 or 6567359. OLE color: 6567359.

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

Color convert

RGB19153100-
CMYK00.720.480.25
HSL339.57º56.56%47.84%-
HSV(B)339.57º72.25%74.9%-
XYZ25.0614.5413.54-
YUV99.62128.22193.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 53 (21.09% from 255) = 15.41%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=55.52%
G=15.41%
B=29.07%

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
Decimal1915310000.720.480.25339.5756.5647.84
HexBF356404830191543930
Octal27765144011060315247160
Binary1011111111010111001000100100011000011001101010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3564; }

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

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

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

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

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

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

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

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