#B85A99

Color #B85A99 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B85A99

Tints of Mulberry #B85A99

Color information

#B85A99 (or 0xB85A99) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 99. RGB value is (184,90,153). Sum of RGB (Red+Green+Blue) = 184+90+153=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A99 is #47A566. Grayscale: #7D7D7D. Windows color (decimal): -4695399 or 10050232. OLE color: 10050232.

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

Color convert

RGB18490153-
CMYK00.510.170.28
HSL319.79º39.83%53.73%-
HSV(B)319.79º51.09%72.16%-
XYZ29.1719.832.42-
YUV125.29143.64169.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=43.09%
G=21.08%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849015300.510.170.28319.7939.8353.73
HexB85A99033111C1402836
Octal27013223106321345005066
Binary1011100010110101001100101100111000111100101000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A99; }

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

 H1.HeaderClassName
 {
   color: #B85A99;
 }
 .AnyTagClassName
 {
   color: #B85A99;
 }
</style>
background-color css

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

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

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

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

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

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