Html Css Color HEX #BE5585 Mulberry

📋 copy color: '#BE5585'

red 190 ◦ green 85 ◦ blue 133

#BE5585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BE5585

Tints of Mulberry #BE5585

RGB

 RED value IS 190 (74.61% from 255) = 46.57%

 GREEN value IS 85 (33.59% from 255) = 20.83%

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 46.57%
G = 20.83%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE5585 (or 0xBE5585) is known color: Mulberry. HEX triplet: BE, 55 and 85. RGB value is (190,85,133). Sum of RGB (Red+Green+Blue) = 190+85+133=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5585 is #41AA7A. Grayscale: #797979. Windows color (decimal): -4303483 or 8738238. OLE color: 8738238.

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

Color convert

RGB 190 85 133 -
CMYK 0 0.55 0.3 0.25
HSL 332.57º 0.45% 0.54% -
HSV(B) 332.57º 0.55% 0.75% -
XYZ 28.72 19.14 24.37 -
YUV 121.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 190 85 133 0 0.55 0.3 0.25 332.57 0.45 0.54
Hex BE 55 85 0 37 1E 19 14D 2D 36
Octal 276 125 205 0 67 36 31 515 55 66
Binary 10111110 1010101 10000101 0 110111 11110 11001 101001101 101101 110110

Color Harmonies of #BE5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5585

Black with #BE5585

Text Example


Text Example

White with #BE5585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5585; }

 p { color: rgb(190,85,133); }

 H1.HeaderClassName
 {
   color: #BE5585;
 }
 .AnyTagClassName
 {
   color: #BE5585;
 }
</style>

background-color css

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

 a { background-color: rgb(190,85,133); }

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

border-color css

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

 span { border-color: rgb(190,85,133); }

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