#B76099

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

Shades of Mulberry #B76099

Tints of Mulberry #B76099

Color information

#B76099 (or 0xB76099) is unknown color: approx Mulberry. HEX triplet: B7, 60 and 99. RGB value is (183,96,153). Sum of RGB (Red+Green+Blue) = 183+96+153=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76099 is #489F66. Grayscale: #808080. Windows color (decimal): -4759399 or 10051767. OLE color: 10051767.

HSL color Cylindrical-coordinate representation of color #B76099: hue angle of 320.69º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76099 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18396153-
CMYK00.480.160.28
HSL320.69º37.66%54.71%-
HSV(B)320.69º47.54%71.76%-
XYZ29.4620.7332.59-
YUV128.51141.82166.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=42.36%
G=22.22%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839615300.480.160.28320.6937.6654.71
HexB76099030101C1412637
Octal26714023106020345014667
Binary1011011111000001001100101100001000011100101000001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76099; }

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

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

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

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

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

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

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

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