Html Css Color HEX #BE5A86 Mulberry

📋 copy color: '#BE5A86'

red 190 ◦ green 90 ◦ blue 134

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

Shades of Mulberry #BE5A86

Tints of Mulberry #BE5A86

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 45.89%
G = 21.74%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE5A86 (or 0xBE5A86) is known color: Mulberry. HEX triplet: BE, 5A and 86. RGB value is (190,90,134). Sum of RGB (Red+Green+Blue) = 190+90+134=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A86 is #41A579. Grayscale: #7C7C7C. Windows color (decimal): -4302202 or 8805054. OLE color: 8805054.

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

Color convert

RGB 190 90 134 -
CMYK 0 0.53 0.29 0.25
HSL 333.6º 0.43% 0.55% -
HSV(B) 333.6º 0.53% 0.75% -
XYZ 29.19 19.98 24.87 -
YUV 124.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 190 90 134 0 0.53 0.29 0.25 333.6 0.43 0.55
Hex BE 5A 86 0 35 1D 19 14E 2B 37
Octal 276 132 206 0 65 35 31 516 53 67
Binary 10111110 1011010 10000110 0 110101 11101 11001 101001110 101011 110111

Color Harmonies of #BE5A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A86

Black with #BE5A86

Text Example


Text Example

White with #BE5A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A86; }

 p { color: rgb(190,90,134); }

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

background-color css

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

 a { background-color: rgb(190,90,134); }

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

border-color css

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

 span { border-color: rgb(190,90,134); }

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