#B1498F

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

Shades of Mulberry #B1498F

Tints of Mulberry #B1498F

Color information

#B1498F (or 0xB1498F) is unknown color: approx Mulberry. HEX triplet: B1, 49 and 8F. RGB value is (177,73,143). Sum of RGB (Red+Green+Blue) = 177+73+143=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B1498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1498F is #4EB670. Grayscale: #6F6F6F. Windows color (decimal): -5158513 or 9390513. OLE color: 9390513.

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

Color convert

RGB17773143-
CMYK00.590.190.31
HSL319.62º41.6%49.02%-
HSV(B)319.62º58.76%69.41%-
XYZ25.4716.127.75-
YUV112.08145.46174.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.04%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 143 (56.25% from 255) = 36.39%
R=45.04%
G=18.58%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777314300.590.190.31319.6241.649.02
HexB1498F03B131F1402a31
Octal26111121707323375005261
Binary1011000110010011000111101110111001111111101000000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1498F; }

 p { color: rgb(177,73,143); }

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

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

 a { background-color: rgb(177,73,143); }

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

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

 span { border-color: rgb(177,73,143); }

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