#BE6274

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

Shades of Cabaret #BE6274

Tints of Cabaret #BE6274

Color information

#BE6274 (or 0xBE6274) is unknown color: approx Cabaret. HEX triplet: BE, 62 and 74. RGB value is (190,98,116). Sum of RGB (Red+Green+Blue) = 190+98+116=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6274 is #419D8B. Grayscale: #7F7F7F. Windows color (decimal): -4300172 or 7627454. OLE color: 7627454.

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

Color convert

RGB19098116-
CMYK00.480.390.25
HSL348.26º41.44%56.47%-
HSV(B)348.26º48.42%74.51%-
XYZ28.7620.9419.05-
YUV127.56121.48172.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 98 (38.67% from 255) = 24.26%
BLUE value IS 116 (45.70% from 255) = 28.71%
R=47.03%
G=24.26%
B=28.71%

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
Decimal1909811600.480.390.25348.2641.4456.47
HexBE6274030271915c2938
Octal27614216406047315345170
Binary1011111011000101110100011000010011111001101011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6274; }

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

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

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

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

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

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

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

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