Html Css Color HEX #B85489 Mulberry

📋 copy color: '#B85489'

red 184 ◦ green 84 ◦ blue 137

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

Shades of Mulberry #B85489

Tints of Mulberry #B85489

RGB

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

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

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

R = 45.43%
G = 20.74%
B = 33.83%

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

#B85489 (or 0xB85489) is known color: Mulberry. HEX triplet: B8, 54 and 89. RGB value is (184,84,137). Sum of RGB (Red+Green+Blue) = 184+84+137=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B85489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85489 is #47AB76. Grayscale: #777777. Windows color (decimal): -4696951 or 9000120. OLE color: 9000120.

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

Color convert

RGB 184 84 137 -
CMYK 0 0.54 0.26 0.28
HSL 328.2º 0.41% 0.53% -
HSV(B) 328.2º 0.54% 0.72% -
XYZ 27.45 18.34 25.76 -
YUV 119.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 184 84 137 0 0.54 0.26 0.28 328.2 0.41 0.53
Hex B8 54 89 0 36 1A 1C 148 29 35
Octal 270 124 211 0 66 32 34 510 51 65
Binary 10111000 1010100 10001001 0 110110 11010 11100 101001000 101001 110101

Color Harmonies of #B85489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85489

Black with #B85489

Text Example


Text Example

White with #B85489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85489; }

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

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

background-color css

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

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

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

border-color css

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

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

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