#BF5E6E

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

Shades of Cabaret #BF5E6E

Tints of Cabaret #BF5E6E

Color information

#BF5E6E (or 0xBF5E6E) is unknown color: approx Cabaret. HEX triplet: BF, 5E and 6E. RGB value is (191,94,110). Sum of RGB (Red+Green+Blue) = 191+94+110=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E6E is #40A191. Grayscale: #7C7C7C. Windows color (decimal): -4235666 or 7233215. OLE color: 7233215.

HSL color Cylindrical-coordinate representation of color #BF5E6E: hue angle of 350.1º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E6E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19194110-
CMYK00.510.420.25
HSL350.1º43.11%55.88%-
HSV(B)350.1º50.79%74.9%-
XYZ28.320.2117.16-
YUV124.83119.64175.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 94 (37.11% from 255) = 23.80%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=48.35%
G=23.80%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919411000.510.420.25350.143.1155.88
HexBF5E6E0332A1915e2b38
Octal27713615606352315365370
Binary1011111110111101101110011001110101011001101011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5E6E; }

 p { color: rgb(191,94,110); }

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

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

 a { background-color: rgb(191,94,110); }

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

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

 span { border-color: rgb(191,94,110); }

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