#B75C85

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

Shades of Mulberry #B75C85

Tints of Mulberry #B75C85

Color information

#B75C85 (or 0xB75C85) is unknown color: approx Mulberry. HEX triplet: B7, 5C and 85. RGB value is (183,92,133). Sum of RGB (Red+Green+Blue) = 183+92+133=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C85 is #48A37A. Grayscale: #7B7B7B. Windows color (decimal): -4760443 or 8740023. OLE color: 8740023.

HSL color Cylindrical-coordinate representation of color #B75C85: hue angle of 332.97º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C85 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18392133-
CMYK00.500.270.28
HSL332.97º38.72%53.92%-
HSV(B)332.97º49.73%71.76%-
XYZ27.5919.4224.48-
YUV123.88133.15170.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 92 (36.33% from 255) = 22.55%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=44.85%
G=22.55%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839213300.500.270.28332.9738.7253.92
HexB75C850321B1C14d2736
Octal26713420506233345154766
Binary1011011110111001000010101100101101111100101001101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C85; }

 p { color: rgb(183,92,133); }

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

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

 a { background-color: rgb(183,92,133); }

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

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

 span { border-color: rgb(183,92,133); }

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