#BF5B70

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

Shades of Cabaret #BF5B70

Tints of Cabaret #BF5B70

Color information

#BF5B70 (or 0xBF5B70) is unknown color: approx Cabaret. HEX triplet: BF, 5B and 70. RGB value is (191,91,112). Sum of RGB (Red+Green+Blue) = 191+91+112=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B70 is #40A48F. Grayscale: #7B7B7B. Windows color (decimal): -4236432 or 7363519. OLE color: 7363519.

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

Color convert

RGB19191112-
CMYK00.520.410.25
HSL347.4º43.86%55.29%-
HSV(B)347.4º52.36%74.9%-
XYZ28.1519.7317.65-
YUV123.29121.63176.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=48.48%
G=23.10%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919111200.520.410.25347.443.8655.29
HexBF5B70034291915b2c37
Octal27713316006451315335467
Binary1011111110110111110000011010010100111001101011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B70; }

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

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

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

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

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

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

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

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