#B75A84

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

Shades of Mulberry #B75A84

Tints of Mulberry #B75A84

Color information

#B75A84 (or 0xB75A84) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 84. RGB value is (183,90,132). Sum of RGB (Red+Green+Blue) = 183+90+132=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A84 is #48A57B. Grayscale: #7A7A7A. Windows color (decimal): -4760956 or 8673975. OLE color: 8673975.

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

Color convert

RGB18390132-
CMYK00.510.280.28
HSL332.9º39.24%53.53%-
HSV(B)332.9º50.82%71.76%-
XYZ27.3519.0524.06-
YUV122.6133.31171.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=45.19%
G=22.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839013200.510.280.28332.939.2453.53
HexB75A840331C1C14d2736
Octal26713220406334345154766
Binary1011011110110101000010001100111110011100101001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A84; }

 p { color: rgb(183,90,132); }

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

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

 a { background-color: rgb(183,90,132); }

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

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

 span { border-color: rgb(183,90,132); }

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