#BF5E71

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

Shades of Cabaret #BF5E71

Tints of Cabaret #BF5E71

Color information

#BF5E71 (or 0xBF5E71) is unknown color: approx Cabaret. HEX triplet: BF, 5E and 71. RGB value is (191,94,113). Sum of RGB (Red+Green+Blue) = 191+94+113=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E71 is #40A18E. Grayscale: #7D7D7D. Windows color (decimal): -4235663 or 7429823. OLE color: 7429823.

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

Color convert

RGB19194113-
CMYK00.510.410.25
HSL348.25º43.11%55.88%-
HSV(B)348.25º50.79%74.9%-
XYZ28.4720.2718.04-
YUV125.17121.14174.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 113 (44.53% from 255) = 28.39%
R=47.99%
G=23.62%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919411300.510.410.25348.2543.1155.88
HexBF5E71033291915c2b38
Octal27713616106351315345370
Binary1011111110111101110001011001110100111001101011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E71; }

 p { color: rgb(191,94,113); }

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

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

 a { background-color: rgb(191,94,113); }

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

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

 span { border-color: rgb(191,94,113); }

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