#BE3067

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

Shades of Rouge #BE3067

Tints of Rouge #BE3067

Color information

#BE3067 (or 0xBE3067) is unknown color: approx Rouge. HEX triplet: BE, 30 and 67. RGB value is (190,48,103). Sum of RGB (Red+Green+Blue) = 190+48+103=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3067 is #41CF98. Grayscale: #606060. Windows color (decimal): -4312985 or 6762686. OLE color: 6762686.

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

Color convert

RGB19048103-
CMYK00.750.460.25
HSL336.76º59.66%46.67%-
HSV(B)336.76º74.74%74.51%-
XYZ24.7414.0414.24-
YUV96.73131.54194.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=55.72%
G=14.08%
B=30.21%

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
Decimal1904810300.750.460.25336.7659.6646.67
HexBE306704B2E191513c2f
Octal27660147011356315217457
Binary1011111011000011001110100101110111011001101010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3067; }

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

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

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

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

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

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

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

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