Html Css Color HEX #B85A91 Mulberry

📋 copy color: '#B85A91'

red 184 ◦ green 90 ◦ blue 145

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

Shades of Mulberry #B85A91

Tints of Mulberry #B85A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 43.91%
G = 21.48%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85A91 (or 0xB85A91) is known color: Mulberry. HEX triplet: B8, 5A and 91. RGB value is (184,90,145). Sum of RGB (Red+Green+Blue) = 184+90+145=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A91 is #47A56E. Grayscale: #7C7C7C. Windows color (decimal): -4695407 or 9525944. OLE color: 9525944.

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

Color convert

RGB 184 90 145 -
CMYK 0 0.51 0.21 0.28
HSL 324.89º 0.4% 0.54% -
HSV(B) 324.89º 0.51% 0.72% -
XYZ 28.53 19.55 29.06 -
YUV 124.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 184 90 145 0 0.51 0.21 0.28 324.89 0.4 0.54
Hex B8 5A 91 0 33 15 1C 145 28 36
Octal 270 132 221 0 63 25 34 505 50 66
Binary 10111000 1011010 10010001 0 110011 10101 11100 101000101 101000 110110

Color Harmonies of #B85A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85A91

Black with #B85A91

Text Example


Text Example

White with #B85A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85A91; }

 p { color: rgb(184,90,145); }

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

background-color css

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

 a { background-color: rgb(184,90,145); }

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

border-color css

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

 span { border-color: rgb(184,90,145); }

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