#BE6072

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

Shades of Cabaret #BE6072

Tints of Cabaret #BE6072

Color information

#BE6072 (or 0xBE6072) is unknown color: approx Cabaret. HEX triplet: BE, 60 and 72. RGB value is (190,96,114). Sum of RGB (Red+Green+Blue) = 190+96+114=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6072 is #419F8D. Grayscale: #7E7E7E. Windows color (decimal): -4300686 or 7495870. OLE color: 7495870.

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

Color convert

RGB19096114-
CMYK00.490.400.25
HSL348.51º41.96%56.08%-
HSV(B)348.51º49.47%74.51%-
XYZ28.4620.5318.38-
YUV126.16121.14173.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=47.5%
G=24%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909611400.490.400.25348.5141.9656.08
HexBE6072031281915d2a38
Octal27614016206150315355270
Binary1011111011000001110010011000110100011001101011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6072; }

 p { color: rgb(190,96,114); }

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

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

 a { background-color: rgb(190,96,114); }

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

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

 span { border-color: rgb(190,96,114); }

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