Html Css Color HEX #B85690 Mulberry

📋 copy color: '#B85690'

red 184 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #B85690

Tints of Mulberry #B85690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 44.44%
G = 20.77%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B85690 (or 0xB85690) is known color: Mulberry. HEX triplet: B8, 56 and 90. RGB value is (184,86,144). Sum of RGB (Red+Green+Blue) = 184+86+144=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B85690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85690 is #47A96F. Grayscale: #797979. Windows color (decimal): -4696432 or 9459384. OLE color: 9459384.

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

Color convert

RGB 184 86 144 -
CMYK 0 0.53 0.22 0.28
HSL 324.49º 0.41% 0.53% -
HSV(B) 324.49º 0.53% 0.72% -
XYZ 28.13 18.86 28.54 -
YUV 121.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 184 86 144 0 0.53 0.22 0.28 324.49 0.41 0.53
Hex B8 56 90 0 35 16 1C 144 29 35
Octal 270 126 220 0 65 26 34 504 51 65
Binary 10111000 1010110 10010000 0 110101 10110 11100 101000100 101001 110101

Color Harmonies of #B85690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85690

Black with #B85690

Text Example


Text Example

White with #B85690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85690; }

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

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

background-color css

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

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

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

border-color css

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

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

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