#BE6572

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

Shades of Cabaret #BE6572

Tints of Cabaret #BE6572

Color information

#BE6572 (or 0xBE6572) is unknown color: approx Cabaret. HEX triplet: BE, 65 and 72. RGB value is (190,101,114). Sum of RGB (Red+Green+Blue) = 190+101+114=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6572 is #419A8D. Grayscale: #818181. Windows color (decimal): -4299406 or 7497150. OLE color: 7497150.

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

Color convert

RGB190101114-
CMYK00.470.400.25
HSL351.24º40.64%57.06%-
HSV(B)351.24º46.84%74.51%-
XYZ28.9321.4718.54-
YUV129.09119.49171.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 114 (44.92% from 255) = 28.15%
R=46.91%
G=24.94%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010111400.470.400.25351.2440.6457.06
HexBE657202F281915f2939
Octal27614516205750315375171
Binary1011111011001011110010010111110100011001101011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6572; }

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

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

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

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

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

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

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

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