#BE6374

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

Shades of Cabaret #BE6374

Tints of Cabaret #BE6374

Color information

#BE6374 (or 0xBE6374) is unknown color: approx Cabaret. HEX triplet: BE, 63 and 74. RGB value is (190,99,116). Sum of RGB (Red+Green+Blue) = 190+99+116=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6374 is #419C8B. Grayscale: #808080. Windows color (decimal): -4299916 or 7627710. OLE color: 7627710.

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

Color convert

RGB19099116-
CMYK00.480.390.25
HSL348.79º41.18%56.67%-
HSV(B)348.79º47.89%74.51%-
XYZ28.8521.1319.08-
YUV128.15121.15172.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=46.91%
G=24.44%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909911600.480.390.25348.7941.1856.67
HexBE6374030271915d2939
Octal27614316406047315355171
Binary1011111011000111110100011000010011111001101011101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6374; }

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

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

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

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

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

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

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

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