#B0598F

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

Shades of Mulberry #B0598F

Tints of Mulberry #B0598F

Color information

#B0598F (or 0xB0598F) is unknown color: approx Mulberry. HEX triplet: B0, 59 and 8F. RGB value is (176,89,143). Sum of RGB (Red+Green+Blue) = 176+89+143=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B0598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0598F is #4FA670. Grayscale: #797979. Windows color (decimal): -5219953 or 9394608. OLE color: 9394608.

HSL color Cylindrical-coordinate representation of color #B0598F: hue angle of 322.76º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0598F is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17689143-
CMYK00.490.190.31
HSL322.76º35.51%51.96%-
HSV(B)322.76º49.43%69.02%-
XYZ26.4318.3628.14-
YUV121.17140.32167.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=43.14%
G=21.81%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768914300.490.190.31322.7635.5151.96
HexB0598F031131F1432434
Octal26013121706123375034464
Binary1011000010110011000111101100011001111111101000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0598F; }

 p { color: rgb(176,89,143); }

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

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

 a { background-color: rgb(176,89,143); }

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

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

 span { border-color: rgb(176,89,143); }

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