#BF3565

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

Shades of Rouge #BF3565

Tints of Rouge #BF3565

Color information

#BF3565 (or 0xBF3565) is unknown color: approx Rouge. HEX triplet: BF, 35 and 65. RGB value is (191,53,101). Sum of RGB (Red+Green+Blue) = 191+53+101=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3565 is #40CA9A. Grayscale: #636363. Windows color (decimal): -4246171 or 6632895. OLE color: 6632895.

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

Color convert

RGB19153101-
CMYK00.720.470.25
HSL339.13º56.56%47.84%-
HSV(B)339.13º72.25%74.9%-
XYZ25.1114.5613.8-
YUV99.73128.72193.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.36%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=55.36%
G=15.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915310100.720.470.25339.1356.5647.84
HexBF35650482F191533930
Octal27765145011057315237160
Binary1011111111010111001010100100010111111001101010011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3565; }

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

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

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

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

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

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

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

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