Html Css Color HEX #B85686 Mulberry

📋 copy color: '#B85686'

red 184 ◦ green 86 ◦ blue 134

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

Shades of Mulberry #B85686

Tints of Mulberry #B85686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.29%

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

R = 45.54%
G = 21.29%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B85686 (or 0xB85686) is known color: Mulberry. HEX triplet: B8, 56 and 86. RGB value is (184,86,134). Sum of RGB (Red+Green+Blue) = 184+86+134=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85686 is #47A979. Grayscale: #787878. Windows color (decimal): -4696442 or 8804024. OLE color: 8804024.

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

Color convert

RGB 184 86 134 -
CMYK 0 0.53 0.27 0.28
HSL 330.61º 0.41% 0.53% -
HSV(B) 330.61º 0.53% 0.72% -
XYZ 27.4 18.57 24.69 -
YUV 120.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 184 86 134 0 0.53 0.27 0.28 330.61 0.41 0.53
Hex B8 56 86 0 35 1B 1C 14B 29 35
Octal 270 126 206 0 65 33 34 513 51 65
Binary 10111000 1010110 10000110 0 110101 11011 11100 101001011 101001 110101

Color Harmonies of #B85686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85686

Black with #B85686

Text Example


Text Example

White with #B85686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85686; }

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

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

background-color css

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

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

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

border-color css

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

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

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