Html Css Color HEX #BE5288 Mulberry

📋 copy color: '#BE5288'

red 190 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #BE5288

Tints of Mulberry #BE5288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 46.57%
G = 20.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE5288 (or 0xBE5288) is known color: Mulberry. HEX triplet: BE, 52 and 88. RGB value is (190,82,136). Sum of RGB (Red+Green+Blue) = 190+82+136=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5288 is #41AD77. Grayscale: #787878. Windows color (decimal): -4304248 or 8934078. OLE color: 8934078.

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

Color convert

RGB 190 82 136 -
CMYK 0 0.57 0.28 0.25
HSL 330º 0.45% 0.53% -
HSV(B) 330º 0.57% 0.75% -
XYZ 28.7 18.76 25.4 -
YUV 120.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 190 82 136 0 0.57 0.28 0.25 330 0.45 0.53
Hex BE 52 88 0 39 1C 19 14A 2D 35
Octal 276 122 210 0 71 34 31 512 55 65
Binary 10111110 1010010 10001000 0 111001 11100 11001 101001010 101101 110101

Color Harmonies of #BE5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5288

Black with #BE5288

Text Example


Text Example

White with #BE5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5288; }

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

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

background-color css

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

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

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

border-color css

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

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

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