#BF5E78

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

Shades of Cabaret #BF5E78

Tints of Cabaret #BF5E78

Color information

#BF5E78 (or 0xBF5E78) is unknown color: approx Cabaret. HEX triplet: BF, 5E and 78. RGB value is (191,94,120). Sum of RGB (Red+Green+Blue) = 191+94+120=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E78 is #40A187. Grayscale: #7D7D7D. Windows color (decimal): -4235656 or 7888575. OLE color: 7888575.

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

Color convert

RGB19194120-
CMYK00.510.370.25
HSL343.92º43.11%55.88%-
HSV(B)343.92º50.79%74.9%-
XYZ28.8820.4420.19-
YUV125.97124.64174.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.16%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 120 (47.27% from 255) = 29.63%
R=47.16%
G=23.21%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919412000.510.370.25343.9243.1155.88
HexBF5E7803325191582b38
Octal27713617006345315305370
Binary1011111110111101111000011001110010111001101011000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E78; }

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

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

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

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

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

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

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

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