Html Css Color HEX #B85590 Mulberry

📋 copy color: '#B85590'

red 184 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #B85590

Tints of Mulberry #B85590

RGB

 RED value IS 184 (72.27% from 255) = 44.55%

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 44.55%
G = 20.58%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B85590 (or 0xB85590) is known color: Mulberry. HEX triplet: B8, 55 and 90. RGB value is (184,85,144). Sum of RGB (Red+Green+Blue) = 184+85+144=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B85590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85590 is #47AA6F. Grayscale: #797979. Windows color (decimal): -4696688 or 9459128. OLE color: 9459128.

HSL color Cylindrical-coordinate representation of color #B85590: hue angle of 324.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85590 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 85 144 -
CMYK 0 0.54 0.22 0.28
HSL 324.24º 0.41% 0.53% -
HSV(B) 324.24º 0.54% 0.72% -
XYZ 28.05 18.7 28.52 -
YUV 121.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 184 85 144 0 0.54 0.22 0.28 324.24 0.41 0.53
Hex B8 55 90 0 36 16 1C 144 29 35
Octal 270 125 220 0 66 26 34 504 51 65
Binary 10111000 1010101 10010000 0 110110 10110 11100 101000100 101001 110101

Color Harmonies of #B85590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85590

Black with #B85590

Text Example


Text Example

White with #B85590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85590; }

 p { color: rgb(184,85,144); }

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

background-color css

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

 a { background-color: rgb(184,85,144); }

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

border-color css

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

 span { border-color: rgb(184,85,144); }

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