Html Css Color HEX #B84686 Mulberry

📋 copy color: '#B84686'

red 184 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #B84686

Tints of Mulberry #B84686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

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

R = 47.42%
G = 18.04%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B84686 (or 0xB84686) is known color: Mulberry. HEX triplet: B8, 46 and 86. RGB value is (184,70,134). Sum of RGB (Red+Green+Blue) = 184+70+134=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B84686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84686 is #47B979. Grayscale: #6F6F6F. Windows color (decimal): -4700538 or 8799928. OLE color: 8799928.

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

Color convert

RGB 184 70 134 -
CMYK 0 0.62 0.27 0.28
HSL 326.32º 0.45% 0.5% -
HSV(B) 326.32º 0.62% 0.72% -
XYZ 26.26 16.29 24.31 -
YUV 111.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 184 70 134 0 0.62 0.27 0.28 326.32 0.45 0.5
Hex B8 46 86 0 3E 1B 1C 146 2D 32
Octal 270 106 206 0 76 33 34 506 55 62
Binary 10111000 1000110 10000110 0 111110 11011 11100 101000110 101101 110010

Color Harmonies of #B84686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84686

Black with #B84686

Text Example


Text Example

White with #B84686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84686; }

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

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

background-color css

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

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

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

border-color css

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

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

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