#BF5B6F

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

Shades of Cabaret #BF5B6F

Tints of Cabaret #BF5B6F

Color information

#BF5B6F (or 0xBF5B6F) is unknown color: approx Cabaret. HEX triplet: BF, 5B and 6F. RGB value is (191,91,111). Sum of RGB (Red+Green+Blue) = 191+91+111=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5B6F is #40A490. Grayscale: #7B7B7B. Windows color (decimal): -4236433 or 7297983. OLE color: 7297983.

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

Color convert

RGB19191111-
CMYK00.520.420.25
HSL348º43.86%55.29%-
HSV(B)348º52.36%74.9%-
XYZ28.119.7117.36-
YUV123.18121.13176.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=48.60%
G=23.16%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919111100.520.420.2534843.8655.29
HexBF5B6F0342A1915c2c37
Octal27713315706452315345467
Binary1011111110110111101111011010010101011001101011100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B6F; }

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

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

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

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

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

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

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

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