#BE448A

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

Shades of Mulberry #BE448A

Tints of Mulberry #BE448A

Color information

#BE448A (or 0xBE448A) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 8A. RGB value is (190,68,138). Sum of RGB (Red+Green+Blue) = 190+68+138=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE448A is #41BB75. Grayscale: #707070. Windows color (decimal): -4307830 or 9061566. OLE color: 9061566.

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

Color convert

RGB19068138-
CMYK00.640.270.25
HSL325.57º48.41%50.59%-
HSV(B)325.57º64.21%74.51%-
XYZ27.8916.9225.84-
YUV112.46142.42183.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=47.98%
G=17.17%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906813800.640.270.25325.5748.4150.59
HexBE448A0401B191463033
Octal276104212010033315066063
Binary10111110100010010001010010000001101111001101000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE448A; }

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

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

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

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

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

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

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

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