#B85996

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

Shades of Mulberry #B85996

Tints of Mulberry #B85996

Color information

#B85996 (or 0xB85996) is unknown color: approx Mulberry. HEX triplet: B8, 59 and 96. RGB value is (184,89,150). Sum of RGB (Red+Green+Blue) = 184+89+150=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B85996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85996 is #47A669. Grayscale: #7C7C7C. Windows color (decimal): -4695658 or 9853368. OLE color: 9853368.

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

Color convert

RGB18489150-
CMYK00.520.180.28
HSL321.47º40.08%53.53%-
HSV(B)321.47º51.63%72.16%-
XYZ28.8419.5431.1-
YUV124.36142.47170.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=43.50%
G=21.04%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848915000.520.180.28321.4740.0853.53
HexB85996034121C1412836
Octal27013122606422345015066
Binary1011100010110011001011001101001001011100101000001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85996; }

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

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

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

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

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

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

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

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