Html Css Color HEX #B85688 Mulberry

📋 copy color: '#B85688'

red 184 ◦ green 86 ◦ blue 136

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

Shades of Mulberry #B85688

Tints of Mulberry #B85688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 45.32%
G = 21.18%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B85688 (or 0xB85688) is known color: Mulberry. HEX triplet: B8, 56 and 88. RGB value is (184,86,136). Sum of RGB (Red+Green+Blue) = 184+86+136=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B85688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85688 is #47A977. Grayscale: #787878. Windows color (decimal): -4696440 or 8935096. OLE color: 8935096.

HSL color Cylindrical-coordinate representation of color #B85688: hue angle of 329.39º 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 #B85688 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 136 -
CMYK 0 0.53 0.26 0.28
HSL 329.39º 0.41% 0.53% -
HSV(B) 329.39º 0.53% 0.72% -
XYZ 27.54 18.62 25.44 -
YUV 121 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 184 86 136 0 0.53 0.26 0.28 329.39 0.41 0.53
Hex B8 56 88 0 35 1A 1C 149 29 35
Octal 270 126 210 0 65 32 34 511 51 65
Binary 10111000 1010110 10001000 0 110101 11010 11100 101001001 101001 110101

Color Harmonies of #B85688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85688

Black with #B85688

Text Example


Text Example

White with #B85688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85688; }

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

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

background-color css

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

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

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

border-color css

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

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

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