#BE6671

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

Shades of Cabaret #BE6671

Tints of Cabaret #BE6671

Color information

#BE6671 (or 0xBE6671) is unknown color: approx Cabaret. HEX triplet: BE, 66 and 71. RGB value is (190,102,113). Sum of RGB (Red+Green+Blue) = 190+102+113=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6671 is #41998E. Grayscale: #818181. Windows color (decimal): -4299151 or 7431870. OLE color: 7431870.

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

Color convert

RGB190102113-
CMYK00.460.410.25
HSL352.5º40.37%57.25%-
HSV(B)352.5º46.32%74.51%-
XYZ28.9721.6418.27-
YUV129.57118.65171.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 113 (44.53% from 255) = 27.90%
R=46.91%
G=25.19%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010211300.460.410.25352.540.3757.25
HexBE667102E29191602839
Octal27614616105651315405071
Binary1011111011001101110001010111010100111001101100000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6671; }

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

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

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

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

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

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

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

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