#B85A9B

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

Shades of Mulberry #B85A9B

Tints of Mulberry #B85A9B

Color information

#B85A9B (or 0xB85A9B) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 9B. RGB value is (184,90,155). Sum of RGB (Red+Green+Blue) = 184+90+155=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A9B is #47A564. Grayscale: #7D7D7D. Windows color (decimal): -4695397 or 10181304. OLE color: 10181304.

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

Color convert

RGB18490155-
CMYK00.510.160.28
HSL318.51º39.83%53.73%-
HSV(B)318.51º51.09%72.16%-
XYZ29.3419.8733.3-
YUV125.52144.64169.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=42.89%
G=20.98%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849015500.510.160.28318.5139.8353.73
HexB85A9B033101C13f2836
Octal27013223306320344775066
Binary1011100010110101001101101100111000011100100111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A9B; }

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

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

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

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

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

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

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

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