#BE3266

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

Shades of Rouge #BE3266

Tints of Rouge #BE3266

Color information

#BE3266 (or 0xBE3266) is unknown color: approx Rouge. HEX triplet: BE, 32 and 66. RGB value is (190,50,102). Sum of RGB (Red+Green+Blue) = 190+50+102=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3266 is #41CD99. Grayscale: #616161. Windows color (decimal): -4312474 or 6697662. OLE color: 6697662.

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

Color convert

RGB19050102-
CMYK00.740.460.25
HSL337.71º58.33%47.06%-
HSV(B)337.71º73.68%74.51%-
XYZ24.7714.1914-
YUV97.79130.38193.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 14.62%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=55.56%
G=14.62%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905010200.740.460.25337.7158.3347.06
HexBE326604A2E191523a2f
Octal27662146011256315227257
Binary1011111011001011001100100101010111011001101010010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3266; }

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

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

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

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

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

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

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

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