Html Css Color HEX #B85586 Mulberry

📋 copy color: '#B85586'

red 184 ◦ green 85 ◦ blue 134

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

Shades of Mulberry #B85586

Tints of Mulberry #B85586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 45.66%
G = 21.09%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B85586 (or 0xB85586) is known color: Mulberry. HEX triplet: B8, 55 and 86. RGB value is (184,85,134). Sum of RGB (Red+Green+Blue) = 184+85+134=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 184 - color contains mainly: red. Hex color #B85586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85586 is #47AA79. Grayscale: #787878. Windows color (decimal): -4696698 or 8803768. OLE color: 8803768.

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

Color convert

RGB 184 85 134 -
CMYK 0 0.54 0.27 0.28
HSL 330.3º 0.41% 0.53% -
HSV(B) 330.3º 0.54% 0.72% -
XYZ 27.32 18.41 24.67 -
YUV 120.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 184 85 134 0 0.54 0.27 0.28 330.3 0.41 0.53
Hex B8 55 86 0 36 1B 1C 14A 29 35
Octal 270 125 206 0 66 33 34 512 51 65
Binary 10111000 1010101 10000110 0 110110 11011 11100 101001010 101001 110101

Color Harmonies of #B85586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85586

Black with #B85586

Text Example


Text Example

White with #B85586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85586; }

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

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

background-color css

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

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

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

border-color css

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

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

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