#BE666E

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

Shades of Cabaret #BE666E

Tints of Cabaret #BE666E

Color information

#BE666E (or 0xBE666E) is unknown color: approx Cabaret. HEX triplet: BE, 66 and 6E. RGB value is (190,102,110). Sum of RGB (Red+Green+Blue) = 190+102+110=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE666E is #419991. Grayscale: #818181. Windows color (decimal): -4299154 or 7235262. OLE color: 7235262.

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

Color convert

RGB190102110-
CMYK00.460.420.25
HSL354.55º40.37%57.25%-
HSV(B)354.55º46.32%74.51%-
XYZ28.821.5817.4-
YUV129.22117.15171.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=47.26%
G=25.37%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010211000.460.420.25354.5540.3757.25
HexBE666E02E2A191632839
Octal27614615605652315435071
Binary1011111011001101101110010111010101011001101100011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE666E; }

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

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

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

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

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

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

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

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