#B7498A

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

Shades of Mulberry #B7498A

Tints of Mulberry #B7498A

Color information

#B7498A (or 0xB7498A) is unknown color: approx Mulberry. HEX triplet: B7, 49 and 8A. RGB value is (183,73,138). Sum of RGB (Red+Green+Blue) = 183+73+138=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7498A is #48B675. Grayscale: #717171. Windows color (decimal): -4765302 or 9062839. OLE color: 9062839.

HSL color Cylindrical-coordinate representation of color #B7498A: hue angle of 324.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7498A is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18373138-
CMYK00.600.250.28
HSL324.55º43.31%50.2%-
HSV(B)324.55º60.11%71.76%-
XYZ26.516.6725.87-
YUV113.3141.94177.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 73 (28.91% from 255) = 18.53%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=46.45%
G=18.53%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837313800.600.250.28324.5543.3150.2
HexB7498A03C191C1452b32
Octal26711121207431345055362
Binary1011011110010011000101001111001100111100101000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7498A; }

 p { color: rgb(183,73,138); }

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

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

 a { background-color: rgb(183,73,138); }

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

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

 span { border-color: rgb(183,73,138); }

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