#BF3666

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

Shades of Rouge #BF3666

Tints of Rouge #BF3666

Color information

#BF3666 (or 0xBF3666) is unknown color: approx Rouge. HEX triplet: BF, 36 and 66. RGB value is (191,54,102). Sum of RGB (Red+Green+Blue) = 191+54+102=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3666 is #40C999. Grayscale: #646464. Windows color (decimal): -4245914 or 6698687. OLE color: 6698687.

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

Color convert

RGB19154102-
CMYK00.720.470.25
HSL338.98º55.92%48.04%-
HSV(B)338.98º71.73%74.9%-
XYZ25.214.6714.07-
YUV100.43128.89192.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=55.04%
G=15.56%
B=29.39%

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
Decimal1915410200.720.470.25338.9855.9248.04
HexBF36660482F191533830
Octal27766146011057315237060
Binary1011111111011011001100100100010111111001101010011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3666; }

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

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

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

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

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

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

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

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