#B75796

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

Shades of Mulberry #B75796

Tints of Mulberry #B75796

Color information

#B75796 (or 0xB75796) is unknown color: approx Mulberry. HEX triplet: B7, 57 and 96. RGB value is (183,87,150). Sum of RGB (Red+Green+Blue) = 183+87+150=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B75796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75796 is #48A869. Grayscale: #7A7A7A. Windows color (decimal): -4761706 or 9852855. OLE color: 9852855.

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

Color convert

RGB18387150-
CMYK00.520.180.28
HSL320.62º40%52.94%-
HSV(B)320.62º52.46%71.76%-
XYZ28.4419.0931.04-
YUV122.89143.3170.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 87 (34.38% from 255) = 20.71%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=43.57%
G=20.71%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838715000.520.180.28320.624052.94
HexB75796034121C1412835
Octal26712722606422345015065
Binary1011011110101111001011001101001001011100101000001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75796; }

 p { color: rgb(183,87,150); }

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

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

 a { background-color: rgb(183,87,150); }

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

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

 span { border-color: rgb(183,87,150); }

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