#BE6571

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

Shades of Cabaret #BE6571

Tints of Cabaret #BE6571

Color information

#BE6571 (or 0xBE6571) is unknown color: approx Cabaret. HEX triplet: BE, 65 and 71. RGB value is (190,101,113). Sum of RGB (Red+Green+Blue) = 190+101+113=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6571 is #419A8E. Grayscale: #818181. Windows color (decimal): -4299407 or 7431614. OLE color: 7431614.

HSL color Cylindrical-coordinate representation of color #BE6571: hue angle of 351.91º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6571 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190101113-
CMYK00.470.410.25
HSL351.91º40.64%57.06%-
HSV(B)351.91º46.84%74.51%-
XYZ28.8721.4518.24-
YUV128.98118.99171.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=47.03%
G=25%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010111300.470.410.25351.9140.6457.06
HexBE657102F29191602939
Octal27614516105751315405171
Binary1011111011001011110001010111110100111001101100000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6571; }

 p { color: rgb(190,101,113); }

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

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

 a { background-color: rgb(190,101,113); }

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

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

 span { border-color: rgb(190,101,113); }

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