Html Css Color HEX #BE5C8C Mulberry

📋 copy color: '#BE5C8C'

red 190 ◦ green 92 ◦ blue 140

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

Shades of Mulberry #BE5C8C

Tints of Mulberry #BE5C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.8%

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

R = 45.02%
G = 21.8%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE5C8C (or 0xBE5C8C) is known color: Mulberry. HEX triplet: BE, 5C and 8C. RGB value is (190,92,140). Sum of RGB (Red+Green+Blue) = 190+92+140=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C8C is #41A373. Grayscale: #7E7E7E. Windows color (decimal): -4301684 or 9198782. OLE color: 9198782.

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

Color convert

RGB 190 92 140 -
CMYK 0 0.52 0.26 0.25
HSL 330.61º 0.43% 0.55% -
HSV(B) 330.61º 0.52% 0.75% -
XYZ 29.8 20.49 27.2 -
YUV 126.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 190 92 140 0 0.52 0.26 0.25 330.61 0.43 0.55
Hex BE 5C 8C 0 34 1A 19 14B 2B 37
Octal 276 134 214 0 64 32 31 513 53 67
Binary 10111110 1011100 10001100 0 110100 11010 11001 101001011 101011 110111

Color Harmonies of #BE5C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C8C

Black with #BE5C8C

Text Example


Text Example

White with #BE5C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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