#BF5C76

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

Shades of Cabaret #BF5C76

Tints of Cabaret #BF5C76

Color information

#BF5C76 (or 0xBF5C76) is unknown color: approx Cabaret. HEX triplet: BF, 5C and 76. RGB value is (191,92,118). Sum of RGB (Red+Green+Blue) = 191+92+118=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C76 is #40A389. Grayscale: #7C7C7C. Windows color (decimal): -4236170 or 7756991. OLE color: 7756991.

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

Color convert

RGB19192118-
CMYK00.520.380.25
HSL344.24º43.61%55.49%-
HSV(B)344.24º51.83%74.9%-
XYZ28.5820.0419.5-
YUV124.56124.3175.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=47.63%
G=22.94%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919211800.520.380.25344.2443.6155.49
HexBF5C7603426191582c37
Octal27713416606446315305467
Binary1011111110111001110110011010010011011001101011000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C76; }

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

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

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

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

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

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

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

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