Html Css Color HEX #BE528A Mulberry

📋 copy color: '#BE528A'

red 190 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #BE528A

Tints of Mulberry #BE528A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 46.34%
G = 20%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE528A (or 0xBE528A) is known color: Mulberry. HEX triplet: BE, 52 and 8A. RGB value is (190,82,138). Sum of RGB (Red+Green+Blue) = 190+82+138=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528A is #41AD75. Grayscale: #787878. Windows color (decimal): -4304246 or 9065150. OLE color: 9065150.

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

Color convert

RGB 190 82 138 -
CMYK 0 0.57 0.27 0.25
HSL 328.89º 0.45% 0.53% -
HSV(B) 328.89º 0.57% 0.75% -
XYZ 28.84 18.82 26.16 -
YUV 120.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 190 82 138 0 0.57 0.27 0.25 328.89 0.45 0.53
Hex BE 52 8A 0 39 1B 19 149 2D 35
Octal 276 122 212 0 71 33 31 511 55 65
Binary 10111110 1010010 10001010 0 111001 11011 11001 101001001 101101 110101

Color Harmonies of #BE528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE528A

Black with #BE528A

Text Example


Text Example

White with #BE528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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