#B75A99

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

Shades of Mulberry #B75A99

Tints of Mulberry #B75A99

Color information

#B75A99 (or 0xB75A99) is unknown color: approx Mulberry. HEX triplet: B7, 5A and 99. RGB value is (183,90,153). Sum of RGB (Red+Green+Blue) = 183+90+153=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A99 is #48A566. Grayscale: #7C7C7C. Windows color (decimal): -4760935 or 10050231. OLE color: 10050231.

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

Color convert

RGB18390153-
CMYK00.510.160.28
HSL319.35º39.24%53.53%-
HSV(B)319.35º50.82%71.76%-
XYZ28.9319.6832.41-
YUV124.99143.81169.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.96%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=42.96%
G=21.13%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839015300.510.160.28319.3539.2453.53
HexB75A99033101C13f2736
Octal26713223106320344774766
Binary1011011110110101001100101100111000011100100111111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75A99; }

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

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

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

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

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

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

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

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