#BE6175

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

Shades of Cabaret #BE6175

Tints of Cabaret #BE6175

Color information

#BE6175 (or 0xBE6175) is unknown color: approx Cabaret. HEX triplet: BE, 61 and 75. RGB value is (190,97,117). Sum of RGB (Red+Green+Blue) = 190+97+117=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6175 is #419E8A. Grayscale: #7F7F7F. Windows color (decimal): -4300427 or 7692734. OLE color: 7692734.

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

Color convert

RGB19097117-
CMYK00.490.380.25
HSL347.1º41.7%56.27%-
HSV(B)347.1º48.95%74.51%-
XYZ28.7220.7819.33-
YUV127.09122.31172.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=47.03%
G=24.01%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909711700.490.380.25347.141.756.27
HexBE6175031261915b2a38
Octal27614116506146315335270
Binary1011111011000011110101011000110011011001101011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6175; }

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

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

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

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

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

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

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

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