Html Css Color HEX #B85995 Mulberry

📋 copy color: '#B85995'

red 184 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #B85995

Tints of Mulberry #B85995

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 43.6%
G = 21.09%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B85995 (or 0xB85995) is known color: Mulberry. HEX triplet: B8, 59 and 95. RGB value is (184,89,149). Sum of RGB (Red+Green+Blue) = 184+89+149=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B85995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85995 is #47A66A. Grayscale: #7C7C7C. Windows color (decimal): -4695659 or 9787832. OLE color: 9787832.

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

Color convert

RGB 184 89 149 -
CMYK 0 0.52 0.19 0.28
HSL 322.11º 0.4% 0.54% -
HSV(B) 322.11º 0.52% 0.72% -
XYZ 28.76 19.51 30.68 -
YUV 124.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 184 89 149 0 0.52 0.19 0.28 322.11 0.4 0.54
Hex B8 59 95 0 34 13 1C 142 28 36
Octal 270 131 225 0 64 23 34 502 50 66
Binary 10111000 1011001 10010101 0 110100 10011 11100 101000010 101000 110110

Color Harmonies of #B85995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85995

Black with #B85995

Text Example


Text Example

White with #B85995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85995; }

 p { color: rgb(184,89,149); }

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

background-color css

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

 a { background-color: rgb(184,89,149); }

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

border-color css

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

 span { border-color: rgb(184,89,149); }

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