#B85A98

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

Shades of Mulberry #B85A98

Tints of Mulberry #B85A98

Color information

#B85A98 (or 0xB85A98) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 98. RGB value is (184,90,152). Sum of RGB (Red+Green+Blue) = 184+90+152=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A98 is #47A567. Grayscale: #7D7D7D. Windows color (decimal): -4695400 or 9984696. OLE color: 9984696.

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

Color convert

RGB18490152-
CMYK00.510.170.28
HSL320.43º39.83%53.73%-
HSV(B)320.43º51.09%72.16%-
XYZ29.0919.7731.99-
YUV125.17143.14169.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=43.19%
G=21.13%
B=35.68%

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
Decimal1849015200.510.170.28320.4339.8353.73
HexB85A98033111C1402836
Octal27013223006321345005066
Binary1011100010110101001100001100111000111100101000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A98; }

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

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

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

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

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

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

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

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