#BF5A75

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

Shades of Cabaret #BF5A75

Tints of Cabaret #BF5A75

Color information

#BF5A75 (or 0xBF5A75) is unknown color: approx Cabaret. HEX triplet: BF, 5A and 75. RGB value is (191,90,117). Sum of RGB (Red+Green+Blue) = 191+90+117=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A75 is #40A58A. Grayscale: #7B7B7B. Windows color (decimal): -4236683 or 7690943. OLE color: 7690943.

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

Color convert

RGB19190117-
CMYK00.530.390.25
HSL343.96º44.1%55.1%-
HSV(B)343.96º52.88%74.9%-
XYZ28.3519.6719.13-
YUV123.28124.46176.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=47.99%
G=22.61%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919011700.530.390.25343.9644.155.1
HexBF5A7503527191582c37
Octal27713216506547315305467
Binary1011111110110101110101011010110011111001101011000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A75; }

 p { color: rgb(191,90,117); }

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

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

 a { background-color: rgb(191,90,117); }

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

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

 span { border-color: rgb(191,90,117); }

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