#B75985

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

Shades of Mulberry #B75985

Tints of Mulberry #B75985

Color information

#B75985 (or 0xB75985) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 85. RGB value is (183,89,133). Sum of RGB (Red+Green+Blue) = 183+89+133=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75985 is #48A67A. Grayscale: #7A7A7A. Windows color (decimal): -4761211 or 8739255. OLE color: 8739255.

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

Color convert

RGB18389133-
CMYK00.510.270.28
HSL331.91º39.5%53.33%-
HSV(B)331.91º51.37%71.76%-
XYZ27.3318.9124.4-
YUV122.12134.14171.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 89 (35.16% from 255) = 21.98%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=45.19%
G=21.98%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913300.510.270.28331.9139.553.33
HexB759850331B1C14c2735
Octal26713120506333345144765
Binary1011011110110011000010101100111101111100101001100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75985; }

 p { color: rgb(183,89,133); }

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

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

 a { background-color: rgb(183,89,133); }

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

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

 span { border-color: rgb(183,89,133); }

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