Html Css Color HEX #B85496 Mulberry

📋 copy color: '#B85496'

red 184 ◦ green 84 ◦ blue 150

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

Shades of Mulberry #B85496

Tints of Mulberry #B85496

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 44.02%
G = 20.1%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B85496 (or 0xB85496) is known color: Mulberry. HEX triplet: B8, 54 and 96. RGB value is (184,84,150). Sum of RGB (Red+Green+Blue) = 184+84+150=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B85496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85496 is #47AB69. Grayscale: #797979. Windows color (decimal): -4696938 or 9852088. OLE color: 9852088.

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

Color convert

RGB 184 84 150 -
CMYK 0 0.54 0.18 0.28
HSL 320.4º 0.41% 0.53% -
HSV(B) 320.4º 0.54% 0.72% -
XYZ 28.44 18.73 30.97 -
YUV 121.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 184 84 150 0 0.54 0.18 0.28 320.4 0.41 0.53
Hex B8 54 96 0 36 12 1C 140 29 35
Octal 270 124 226 0 66 22 34 500 51 65
Binary 10111000 1010100 10010110 0 110110 10010 11100 101000000 101001 110101

Color Harmonies of #B85496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85496

Black with #B85496

Text Example


Text Example

White with #B85496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85496; }

 p { color: rgb(184,84,150); }

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

background-color css

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

 a { background-color: rgb(184,84,150); }

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

border-color css

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

 span { border-color: rgb(184,84,150); }

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