Html Css Color HEX #B85C86 Mulberry

📋 copy color: '#B85C86'

red 184 ◦ green 92 ◦ blue 134

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

Shades of Mulberry #B85C86

Tints of Mulberry #B85C86

RGB

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

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

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

R = 44.88%
G = 22.44%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B85C86 (or 0xB85C86) is known color: Mulberry. HEX triplet: B8, 5C and 86. RGB value is (184,92,134). Sum of RGB (Red+Green+Blue) = 184+92+134=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C86 is #47A379. Grayscale: #7C7C7C. Windows color (decimal): -4694906 or 8805560. OLE color: 8805560.

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

Color convert

RGB 184 92 134 -
CMYK 0 0.50 0.27 0.28
HSL 332.61º 0.39% 0.54% -
HSV(B) 332.61º 0.5% 0.72% -
XYZ 27.9 19.57 24.86 -
YUV 124.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 184 92 134 0 0.50 0.27 0.28 332.61 0.39 0.54
Hex B8 5C 86 0 32 1B 1C 14D 27 36
Octal 270 134 206 0 62 33 34 515 47 66
Binary 10111000 1011100 10000110 0 110010 11011 11100 101001101 100111 110110

Color Harmonies of #B85C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C86

Black with #B85C86

Text Example


Text Example

White with #B85C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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