#BF5E70

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

Shades of Cabaret #BF5E70

Tints of Cabaret #BF5E70

Color information

#BF5E70 (or 0xBF5E70) is unknown color: approx Cabaret. HEX triplet: BF, 5E and 70. RGB value is (191,94,112). Sum of RGB (Red+Green+Blue) = 191+94+112=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E70 is #40A18F. Grayscale: #7D7D7D. Windows color (decimal): -4235664 or 7364287. OLE color: 7364287.

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

Color convert

RGB19194112-
CMYK00.510.410.25
HSL348.87º43.11%55.88%-
HSV(B)348.87º50.79%74.9%-
XYZ28.4120.2517.74-
YUV125.06120.64175.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=48.11%
G=23.68%
B=28.21%

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
Decimal1919411200.510.410.25348.8743.1155.88
HexBF5E70033291915d2b38
Octal27713616006351315355370
Binary1011111110111101110000011001110100111001101011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E70; }

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

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

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

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

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

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

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

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