#BF3665

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

Shades of Rouge #BF3665

Tints of Rouge #BF3665

Color information

#BF3665 (or 0xBF3665) is unknown color: approx Rouge. HEX triplet: BF, 36 and 65. RGB value is (191,54,101). Sum of RGB (Red+Green+Blue) = 191+54+101=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3665 is #40C99A. Grayscale: #646464. Windows color (decimal): -4245915 or 6633151. OLE color: 6633151.

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

Color convert

RGB19154101-
CMYK00.720.470.25
HSL339.42º55.92%48.04%-
HSV(B)339.42º71.73%74.9%-
XYZ25.1514.6513.81-
YUV100.32128.39192.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 54 (21.48% from 255) = 15.61%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=55.20%
G=15.61%
B=29.19%

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
Decimal1915410100.720.470.25339.4255.9248.04
HexBF36650482F191533830
Octal27766145011057315237060
Binary1011111111011011001010100100010111111001101010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3665; }

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

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

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

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

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

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

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

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