Html Css Color HEX #B85B89 Mulberry

📋 copy color: '#B85B89'

red 184 ◦ green 91 ◦ blue 137

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

Shades of Mulberry #B85B89

Tints of Mulberry #B85B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

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

R = 44.66%
G = 22.09%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B85B89 (or 0xB85B89) is known color: Mulberry. HEX triplet: B8, 5B and 89. RGB value is (184,91,137). Sum of RGB (Red+Green+Blue) = 184+91+137=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B89 is #47A476. Grayscale: #7B7B7B. Windows color (decimal): -4695159 or 9001912. OLE color: 9001912.

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

Color convert

RGB 184 91 137 -
CMYK 0 0.51 0.26 0.28
HSL 330.32º 0.4% 0.54% -
HSV(B) 330.32º 0.51% 0.72% -
XYZ 28.02 19.48 25.95 -
YUV 124.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 184 91 137 0 0.51 0.26 0.28 330.32 0.4 0.54
Hex B8 5B 89 0 33 1A 1C 14A 28 36
Octal 270 133 211 0 63 32 34 512 50 66
Binary 10111000 1011011 10001001 0 110011 11010 11100 101001010 101000 110110

Color Harmonies of #B85B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B89

Black with #B85B89

Text Example


Text Example

White with #B85B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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