#BE5C76

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

Shades of Cabaret #BE5C76

Tints of Cabaret #BE5C76

Color information

#BE5C76 (or 0xBE5C76) is unknown color: approx Cabaret. HEX triplet: BE, 5C and 76. RGB value is (190,92,118). Sum of RGB (Red+Green+Blue) = 190+92+118=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C76 is #41A389. Grayscale: #7C7C7C. Windows color (decimal): -4301706 or 7756990. OLE color: 7756990.

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

Color convert

RGB19092118-
CMYK00.520.380.25
HSL344.08º42.98%55.29%-
HSV(B)344.08º51.58%74.51%-
XYZ28.3319.9119.49-
YUV124.27124.47174.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 92 (36.33% from 255) = 23%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=47.5%
G=23%
B=29.5%

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
Decimal1909211800.520.380.25344.0842.9855.29
HexBE5C7603426191582b37
Octal27613416606446315305367
Binary1011111010111001110110011010010011011001101011000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C76; }

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

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

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

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

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

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

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

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