#BE6275

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

Shades of Cabaret #BE6275

Tints of Cabaret #BE6275

Color information

#BE6275 (or 0xBE6275) is unknown color: approx Cabaret. HEX triplet: BE, 62 and 75. RGB value is (190,98,117). Sum of RGB (Red+Green+Blue) = 190+98+117=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6275 is #419D8A. Grayscale: #7F7F7F. Windows color (decimal): -4300171 or 7692990. OLE color: 7692990.

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

Color convert

RGB19098117-
CMYK00.480.380.25
HSL347.61º41.44%56.47%-
HSV(B)347.61º48.42%74.51%-
XYZ28.8120.9719.36-
YUV127.67121.98172.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=46.91%
G=24.20%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909811700.480.380.25347.6141.4456.47
HexBE6275030261915c2938
Octal27614216506046315345170
Binary1011111011000101110101011000010011011001101011100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6275; }

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

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

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

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

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

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

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

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