Html Css Color HEX #B85086 Mulberry

📋 copy color: '#B85086'

red 184 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #B85086

Tints of Mulberry #B85086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 46.23%
G = 20.1%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#B85086 (or 0xB85086) is known color: Mulberry. HEX triplet: B8, 50 and 86. RGB value is (184,80,134). Sum of RGB (Red+Green+Blue) = 184+80+134=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85086 is #47AF79. Grayscale: #757575. Windows color (decimal): -4697978 or 8802488. OLE color: 8802488.

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

Color convert

RGB 184 80 134 -
CMYK 0 0.57 0.27 0.28
HSL 328.85º 0.42% 0.52% -
HSV(B) 328.85º 0.57% 0.72% -
XYZ 26.94 17.65 24.54 -
YUV 117.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 184 80 134 0 0.57 0.27 0.28 328.85 0.42 0.52
Hex B8 50 86 0 39 1B 1C 149 2A 34
Octal 270 120 206 0 71 33 34 511 52 64
Binary 10111000 1010000 10000110 0 111001 11011 11100 101001001 101010 110100

Color Harmonies of #B85086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85086

Black with #B85086

Text Example


Text Example

White with #B85086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85086; }

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

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

background-color css

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

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

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

border-color css

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

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

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