#B75697

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

Shades of Mulberry #B75697

Tints of Mulberry #B75697

Color information

#B75697 (or 0xB75697) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 97. RGB value is (183,86,151). Sum of RGB (Red+Green+Blue) = 183+86+151=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B75697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75697 is #48A968. Grayscale: #7A7A7A. Windows color (decimal): -4761961 or 9918135. OLE color: 9918135.

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

Color convert

RGB18386151-
CMYK00.530.170.28
HSL319.79º40.25%52.75%-
HSV(B)319.79º53.01%71.76%-
XYZ28.4418.9631.44-
YUV122.41144.14171.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 86 (33.98% from 255) = 20.48%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=43.57%
G=20.48%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838615100.530.170.28319.7940.2552.75
HexB75697035111C1402835
Octal26712622706521345005065
Binary1011011110101101001011101101011000111100101000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75697; }

 p { color: rgb(183,86,151); }

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

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

 a { background-color: rgb(183,86,151); }

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

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

 span { border-color: rgb(183,86,151); }

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