#B75989

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

Shades of Mulberry #B75989

Tints of Mulberry #B75989

Color information

#B75989 (or 0xB75989) is unknown color: approx Mulberry. HEX triplet: B7, 59 and 89. RGB value is (183,89,137). Sum of RGB (Red+Green+Blue) = 183+89+137=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B75989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75989 is #48A676. Grayscale: #7A7A7A. Windows color (decimal): -4761207 or 9001399. OLE color: 9001399.

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

Color convert

RGB18389137-
CMYK00.510.250.28
HSL329.36º39.5%53.33%-
HSV(B)329.36º51.37%71.76%-
XYZ27.6219.0225.88-
YUV122.58136.14171.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=44.74%
G=21.76%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913700.510.250.28329.3639.553.33
HexB75989033191C1492735
Octal26713121106331345114765
Binary1011011110110011000100101100111100111100101001001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75989; }

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

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

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

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

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

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

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

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