Html Css Color HEX #B85589 Mulberry

📋 copy color: '#B85589'

red 184 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #B85589

Tints of Mulberry #B85589

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.94%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 45.32%
G = 20.94%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B85589 (or 0xB85589) is known color: Mulberry. HEX triplet: B8, 55 and 89. RGB value is (184,85,137). Sum of RGB (Red+Green+Blue) = 184+85+137=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B85589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85589 is #47AA76. Grayscale: #787878. Windows color (decimal): -4696695 or 9000376. OLE color: 9000376.

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

Color convert

RGB 184 85 137 -
CMYK 0 0.54 0.26 0.28
HSL 328.48º 0.41% 0.53% -
HSV(B) 328.48º 0.54% 0.72% -
XYZ 27.53 18.49 25.79 -
YUV 120.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 184 85 137 0 0.54 0.26 0.28 328.48 0.41 0.53
Hex B8 55 89 0 36 1A 1C 148 29 35
Octal 270 125 211 0 66 32 34 510 51 65
Binary 10111000 1010101 10001001 0 110110 11010 11100 101001000 101001 110101

Color Harmonies of #B85589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85589

Black with #B85589

Text Example


Text Example

White with #B85589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85589; }

 p { color: rgb(184,85,137); }

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

background-color css

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

 a { background-color: rgb(184,85,137); }

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

border-color css

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

 span { border-color: rgb(184,85,137); }

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