Html Css Color HEX #B85886 Mulberry

📋 copy color: '#B85886'

red 184 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #B85886

Tints of Mulberry #B85886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.67%

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

R = 45.32%
G = 21.67%
B = 33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B85886 (or 0xB85886) is known color: Mulberry. HEX triplet: B8, 58 and 86. RGB value is (184,88,134). Sum of RGB (Red+Green+Blue) = 184+88+134=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B85886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85886 is #47A779. Grayscale: #797979. Windows color (decimal): -4695930 or 8804536. OLE color: 8804536.

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

Color convert

RGB 184 88 134 -
CMYK 0 0.52 0.27 0.28
HSL 331.25º 0.4% 0.53% -
HSV(B) 331.25º 0.52% 0.72% -
XYZ 27.56 18.89 24.75 -
YUV 121.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 184 88 134 0 0.52 0.27 0.28 331.25 0.4 0.53
Hex B8 58 86 0 34 1B 1C 14B 28 35
Octal 270 130 206 0 64 33 34 513 50 65
Binary 10111000 1011000 10000110 0 110100 11011 11100 101001011 101000 110101

Color Harmonies of #B85886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85886

Black with #B85886

Text Example


Text Example

White with #B85886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85886; }

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

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

background-color css

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

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

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

border-color css

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

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

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