#BE3267

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

Shades of Rouge #BE3267

Tints of Rouge #BE3267

Color information

#BE3267 (or 0xBE3267) is unknown color: approx Rouge. HEX triplet: BE, 32 and 67. RGB value is (190,50,103). Sum of RGB (Red+Green+Blue) = 190+50+103=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3267 is #41CD98. Grayscale: #616161. Windows color (decimal): -4312473 or 6763198. OLE color: 6763198.

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

Color convert

RGB19050103-
CMYK00.740.460.25
HSL337.29º58.33%47.06%-
HSV(B)337.29º73.68%74.51%-
XYZ24.8214.2114.27-
YUV97.9130.88193.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=55.39%
G=14.58%
B=30.03%

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
Decimal1905010300.740.460.25337.2958.3347.06
HexBE326704A2E191513a2f
Octal27662147011256315217257
Binary1011111011001011001110100101010111011001101010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3267; }

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

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

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

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

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

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

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

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