#B14995

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

Shades of Mulberry #B14995

Tints of Mulberry #B14995

Color information

#B14995 (or 0xB14995) is unknown color: approx Mulberry. HEX triplet: B1, 49 and 95. RGB value is (177,73,149). Sum of RGB (Red+Green+Blue) = 177+73+149=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B14995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14995 is #4EB66A. Grayscale: #707070. Windows color (decimal): -5158507 or 9783729. OLE color: 9783729.

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

Color convert

RGB17773149-
CMYK00.590.160.31
HSL316.15º41.6%49.02%-
HSV(B)316.15º58.76%69.41%-
XYZ25.9416.2830.21-
YUV112.76148.46173.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=44.36%
G=18.30%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777314900.590.160.31316.1541.649.02
HexB1499503B101F13c2a31
Octal26111122507320374745261
Binary1011000110010011001010101110111000011111100111100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14995; }

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

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

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

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

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

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

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

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