#B75787

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

Shades of Mulberry #B75787

Tints of Mulberry #B75787

Color information

#B75787 (or 0xB75787) is unknown color: approx Mulberry. HEX triplet: B7, 57 and 87. RGB value is (183,87,135). Sum of RGB (Red+Green+Blue) = 183+87+135=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75787 is #48A878. Grayscale: #797979. Windows color (decimal): -4761721 or 8869815. OLE color: 8869815.

HSL color Cylindrical-coordinate representation of color #B75787: hue angle of 330º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B75787 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18387135-
CMYK00.520.260.28
HSL330º40%52.94%-
HSV(B)330º52.46%71.76%-
XYZ27.3118.6325.08-
YUV121.18135.8172.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 87 (34.38% from 255) = 21.48%
BLUE value IS 135 (53.12% from 255) = 33.33%
R=45.19%
G=21.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838713500.520.260.283304052.94
HexB757870341A1C14a2835
Octal26712720706432345125065
Binary1011011110101111000011101101001101011100101001010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75787; }

 p { color: rgb(183,87,135); }

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

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

 a { background-color: rgb(183,87,135); }

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

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

 span { border-color: rgb(183,87,135); }

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