#B85F96

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

Shades of Mulberry #B85F96

Tints of Mulberry #B85F96

Color information

#B85F96 (or 0xB85F96) is unknown color: approx Mulberry. HEX triplet: B8, 5F and 96. RGB value is (184,95,150). Sum of RGB (Red+Green+Blue) = 184+95+150=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F96 is #47A069. Grayscale: #7F7F7F. Windows color (decimal): -4694122 or 9854904. OLE color: 9854904.

HSL color Cylindrical-coordinate representation of color #B85F96: hue angle of 322.92º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B85F96 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB18495150-
CMYK00.480.180.28
HSL322.92º38.53%54.71%-
HSV(B)322.92º48.37%72.16%-
XYZ29.3620.5831.28-
YUV127.88140.49168.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=42.89%
G=22.14%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849515000.480.180.28322.9238.5354.71
HexB85F96030121C1432737
Octal27013722606022345034767
Binary1011100010111111001011001100001001011100101000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F96; }

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

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

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

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

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

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

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

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