#BE5D77

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

Shades of Cabaret #BE5D77

Tints of Cabaret #BE5D77

Color information

#BE5D77 (or 0xBE5D77) is unknown color: approx Cabaret. HEX triplet: BE, 5D and 77. RGB value is (190,93,119). Sum of RGB (Red+Green+Blue) = 190+93+119=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D77 is #41A288. Grayscale: #7C7C7C. Windows color (decimal): -4301449 or 7822782. OLE color: 7822782.

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

Color convert

RGB19093119-
CMYK00.510.370.25
HSL343.92º42.73%55.49%-
HSV(B)343.92º51.05%74.51%-
XYZ28.4820.1119.83-
YUV124.97124.64174.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 93 (36.72% from 255) = 23.13%
BLUE value IS 119 (46.88% from 255) = 29.60%
R=47.26%
G=23.13%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909311900.510.370.25343.9242.7355.49
HexBE5D7703325191582b37
Octal27613516706345315305367
Binary1011111010111011110111011001110010111001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D77; }

 p { color: rgb(190,93,119); }

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

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

 a { background-color: rgb(190,93,119); }

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

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

 span { border-color: rgb(190,93,119); }

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