#BE3066

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

Shades of Rouge #BE3066

Tints of Rouge #BE3066

Color information

#BE3066 (or 0xBE3066) is unknown color: approx Rouge. HEX triplet: BE, 30 and 66. RGB value is (190,48,102). Sum of RGB (Red+Green+Blue) = 190+48+102=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3066 is #41CF99. Grayscale: #606060. Windows color (decimal): -4312986 or 6697150. OLE color: 6697150.

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

Color convert

RGB19048102-
CMYK00.750.460.25
HSL337.18º59.66%46.67%-
HSV(B)337.18º74.74%74.51%-
XYZ24.6914.0213.98-
YUV96.61131.04194.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 102 (40.23% from 255) = 30%
R=55.88%
G=14.12%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904810200.750.460.25337.1859.6646.67
HexBE306604B2E191513c2f
Octal27660146011356315217457
Binary1011111011000011001100100101110111011001101010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3066; }

 p { color: rgb(190,48,102); }

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

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

 a { background-color: rgb(190,48,102); }

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

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

 span { border-color: rgb(190,48,102); }

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