#BF5A76

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

Shades of Cabaret #BF5A76

Tints of Cabaret #BF5A76

Color information

#BF5A76 (or 0xBF5A76) is unknown color: approx Cabaret. HEX triplet: BF, 5A and 76. RGB value is (191,90,118). Sum of RGB (Red+Green+Blue) = 191+90+118=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A76 is #40A589. Grayscale: #7B7B7B. Windows color (decimal): -4236682 or 7756479. OLE color: 7756479.

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

Color convert

RGB19190118-
CMYK00.530.380.25
HSL343.37º44.1%55.1%-
HSV(B)343.37º52.88%74.9%-
XYZ28.4119.719.44-
YUV123.39124.96176.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=47.87%
G=22.56%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919011800.530.380.25343.3744.155.1
HexBF5A7603526191572c37
Octal27713216606546315275467
Binary1011111110110101110110011010110011011001101010111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A76; }

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

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

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

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

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

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

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

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