#BE447F

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

Shades of Mulberry #BE447F

Tints of Mulberry #BE447F

Color information

#BE447F (or 0xBE447F) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 7F. RGB value is (190,68,127). Sum of RGB (Red+Green+Blue) = 190+68+127=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE447F is #41BB80. Grayscale: #6F6F6F. Windows color (decimal): -4307841 or 8340670. OLE color: 8340670.

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

Color convert

RGB19068127-
CMYK00.640.330.25
HSL330.98º48.41%50.59%-
HSV(B)330.98º64.21%74.51%-
XYZ27.1316.6121.86-
YUV111.2136.92184.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 127 (50% from 255) = 32.99%
R=49.35%
G=17.66%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906812700.640.330.25330.9848.4150.59
HexBE447F040211914b3033
Octal276104177010041315136063
Binary10111110100010011111110100000010000111001101001011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE447F; }

 p { color: rgb(190,68,127); }

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

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

 a { background-color: rgb(190,68,127); }

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

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

 span { border-color: rgb(190,68,127); }

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