#BE6371

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

Shades of Cabaret #BE6371

Tints of Cabaret #BE6371

Color information

#BE6371 (or 0xBE6371) is unknown color: approx Cabaret. HEX triplet: BE, 63 and 71. RGB value is (190,99,113). Sum of RGB (Red+Green+Blue) = 190+99+113=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6371 is #419C8E. Grayscale: #7F7F7F. Windows color (decimal): -4299919 or 7431102. OLE color: 7431102.

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

Color convert

RGB19099113-
CMYK00.480.410.25
HSL350.77º41.18%56.67%-
HSV(B)350.77º47.89%74.51%-
XYZ28.6821.0618.18-
YUV127.8119.65172.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 99 (39.06% from 255) = 24.63%
BLUE value IS 113 (44.53% from 255) = 28.11%
R=47.26%
G=24.63%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909911300.480.410.25350.7741.1856.67
HexBE6371030291915f2939
Octal27614316106051315375171
Binary1011111011000111110001011000010100111001101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6371; }

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

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

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

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

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

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

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

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