#BE3767

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

Shades of Rouge #BE3767

Tints of Rouge #BE3767

Color information

#BE3767 (or 0xBE3767) is unknown color: approx Rouge. HEX triplet: BE, 37 and 67. RGB value is (190,55,103). Sum of RGB (Red+Green+Blue) = 190+55+103=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3767 is #41C898. Grayscale: #646464. Windows color (decimal): -4311193 or 6764478. OLE color: 6764478.

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

Color convert

RGB19055103-
CMYK00.710.460.25
HSL338.67º55.1%48.04%-
HSV(B)338.67º71.05%74.51%-
XYZ25.0514.6614.34-
YUV100.84129.23191.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=54.60%
G=15.80%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905510300.710.460.25338.6755.148.04
HexBE37670472E191533730
Octal27667147010756315236760
Binary1011111011011111001110100011110111011001101010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3767; }

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

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

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

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

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

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

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

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