#BF616F

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

Shades of Cabaret #BF616F

Tints of Cabaret #BF616F

Color information

#BF616F (or 0xBF616F) is unknown color: approx Cabaret. HEX triplet: BF, 61 and 6F. RGB value is (191,97,111). Sum of RGB (Red+Green+Blue) = 191+97+111=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF616F is #409E90. Grayscale: #7E7E7E. Windows color (decimal): -4234897 or 7299519. OLE color: 7299519.

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

Color convert

RGB19197111-
CMYK00.490.420.25
HSL351.06º42.34%56.47%-
HSV(B)351.06º49.21%74.9%-
XYZ28.6320.7717.54-
YUV126.7119.14173.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=47.87%
G=24.31%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919711100.490.420.25351.0642.3456.47
HexBF616F0312A1915f2a38
Octal27714115706152315375270
Binary1011111111000011101111011000110101011001101011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF616F; }

 p { color: rgb(191,97,111); }

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

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

 a { background-color: rgb(191,97,111); }

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

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

 span { border-color: rgb(191,97,111); }

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