#B0498C

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

Shades of Mulberry #B0498C

Tints of Mulberry #B0498C

Color information

#B0498C (or 0xB0498C) is unknown color: approx Mulberry. HEX triplet: B0, 49 and 8C. RGB value is (176,73,140). Sum of RGB (Red+Green+Blue) = 176+73+140=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B0498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0498C is #4FB673. Grayscale: #6F6F6F. Windows color (decimal): -5224052 or 9193904. OLE color: 9193904.

HSL color Cylindrical-coordinate representation of color #B0498C: hue angle of 320.97º 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 #B0498C is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17673140-
CMYK00.590.200.31
HSL320.97º41.37%48.82%-
HSV(B)320.97º58.52%69.02%-
XYZ25.0215.8926.56-
YUV111.44144.12174.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=45.24%
G=18.77%
B=35.99%

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
Decimal1767314000.590.200.31320.9741.3748.82
HexB0498C03B141F1412931
Octal26011121407324375015161
Binary1011000010010011000110001110111010011111101000001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0498C; }

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

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

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

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

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

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

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

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