#BF5D74

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

Shades of Cabaret #BF5D74

Tints of Cabaret #BF5D74

Color information

#BF5D74 (or 0xBF5D74) is unknown color: approx Cabaret. HEX triplet: BF, 5D and 74. RGB value is (191,93,116). Sum of RGB (Red+Green+Blue) = 191+93+116=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D74 is #40A28B. Grayscale: #7C7C7C. Windows color (decimal): -4235916 or 7626175. OLE color: 7626175.

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

Color convert

RGB19193116-
CMYK00.510.390.25
HSL345.92º43.36%55.69%-
HSV(B)345.92º51.31%74.9%-
XYZ28.5520.1718.91-
YUV124.92122.97175.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=47.75%
G=23.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919311600.510.390.25345.9243.3655.69
HexBF5D74033271915a2b38
Octal27713516406347315325370
Binary1011111110111011110100011001110011111001101011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D74; }

 p { color: rgb(191,93,116); }

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

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

 a { background-color: rgb(191,93,116); }

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

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

 span { border-color: rgb(191,93,116); }

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