Html Css Color HEX #BE5A8C Mulberry

📋 copy color: '#BE5A8C'

red 190 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #BE5A8C

Tints of Mulberry #BE5A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.33%

R = 45.24%
G = 21.43%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE5A8C (or 0xBE5A8C) is known color: Mulberry. HEX triplet: BE, 5A and 8C. RGB value is (190,90,140). Sum of RGB (Red+Green+Blue) = 190+90+140=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5A8C is #41A573. Grayscale: #7D7D7D. Windows color (decimal): -4302196 or 9198270. OLE color: 9198270.

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

Color convert

RGB 190 90 140 -
CMYK 0 0.53 0.26 0.25
HSL 330º 0.43% 0.55% -
HSV(B) 330º 0.53% 0.75% -
XYZ 29.63 20.15 27.14 -
YUV 125.6 136.13 173.93 -
System Red Green Blue C M Y K H S L
Decimal 190 90 140 0 0.53 0.26 0.25 330 0.43 0.55
Hex BE 5A 8C 0 35 1A 19 14A 2B 37
Octal 276 132 214 0 65 32 31 512 53 67
Binary 10111110 1011010 10001100 0 110101 11010 11001 101001010 101011 110111

Color Harmonies of #BE5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A8C

Black with #BE5A8C

Text Example


Text Example

White with #BE5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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