#B85D98

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

Shades of Mulberry #B85D98

Tints of Mulberry #B85D98

Color information

#B85D98 (or 0xB85D98) is unknown color: approx Mulberry. HEX triplet: B8, 5D and 98. RGB value is (184,93,152). Sum of RGB (Red+Green+Blue) = 184+93+152=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85D98 is #47A267. Grayscale: #7E7E7E. Windows color (decimal): -4694632 or 9985464. OLE color: 9985464.

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

Color convert

RGB18493152-
CMYK00.490.170.28
HSL321.1º39.06%54.31%-
HSV(B)321.1º49.46%72.16%-
XYZ29.3520.2932.07-
YUV126.94142.15168.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.89%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=42.89%
G=21.68%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849315200.490.170.28321.139.0654.31
HexB85D98031111C1412736
Octal27013523006121345014766
Binary1011100010111011001100001100011000111100101000001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D98; }

 p { color: rgb(184,93,152); }

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

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

 a { background-color: rgb(184,93,152); }

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

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

 span { border-color: rgb(184,93,152); }

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