#BE3769

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

Shades of Rouge #BE3769

Tints of Rouge #BE3769

Color information

#BE3769 (or 0xBE3769) is unknown color: approx Rouge. HEX triplet: BE, 37 and 69. RGB value is (190,55,105). Sum of RGB (Red+Green+Blue) = 190+55+105=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3769 is #41C896. Grayscale: #646464. Windows color (decimal): -4311191 or 6895550. OLE color: 6895550.

HSL color Cylindrical-coordinate representation of color #BE3769: hue angle of 337.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3769 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19055105-
CMYK00.710.450.25
HSL337.78º55.1%48.04%-
HSV(B)337.78º71.05%74.51%-
XYZ25.1514.714.88-
YUV101.06130.23191.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=54.29%
G=15.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905510500.710.450.25337.7855.148.04
HexBE37690472D191523730
Octal27667151010755315226760
Binary1011111011011111010010100011110110111001101010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3769; }

 p { color: rgb(190,55,105); }

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

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

 a { background-color: rgb(190,55,105); }

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

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

 span { border-color: rgb(190,55,105); }

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