#B0498D

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

Shades of Mulberry #B0498D

Tints of Mulberry #B0498D

Color information

#B0498D (or 0xB0498D) is unknown color: approx Mulberry. HEX triplet: B0, 49 and 8D. RGB value is (176,73,141). Sum of RGB (Red+Green+Blue) = 176+73+141=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498D is #4FB672. Grayscale: #6F6F6F. Windows color (decimal): -5224051 or 9259440. OLE color: 9259440.

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

Color convert

RGB17673141-
CMYK00.590.200.31
HSL320.39º41.37%48.82%-
HSV(B)320.39º58.52%69.02%-
XYZ25.0915.9226.95-
YUV111.55144.62173.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=45.13%
G=18.72%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767314100.590.200.31320.3941.3748.82
HexB0498D03B141F1402931
Octal26011121507324375005161
Binary1011000010010011000110101110111010011111101000000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0498D; }

 p { color: rgb(176,73,141); }

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

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

 a { background-color: rgb(176,73,141); }

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

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

 span { border-color: rgb(176,73,141); }

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