#BE646E

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

Shades of Cabaret #BE646E

Tints of Cabaret #BE646E

Color information

#BE646E (or 0xBE646E) is unknown color: approx Cabaret. HEX triplet: BE, 64 and 6E. RGB value is (190,100,110). Sum of RGB (Red+Green+Blue) = 190+100+110=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE646E is #419B91. Grayscale: #808080. Windows color (decimal): -4299666 or 7234750. OLE color: 7234750.

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

Color convert

RGB190100110-
CMYK00.470.420.25
HSL353.33º40.91%56.86%-
HSV(B)353.33º47.37%74.51%-
XYZ28.6121.1917.33-
YUV128.05117.82172.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 27.5%
R=47.5%
G=25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010011000.470.420.25353.3340.9156.86
HexBE646E02F2A191612939
Octal27614415605752315415171
Binary1011111011001001101110010111110101011001101100001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE646E; }

 p { color: rgb(190,100,110); }

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

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

 a { background-color: rgb(190,100,110); }

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

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

 span { border-color: rgb(190,100,110); }

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