#B9508C

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

Shades of Mulberry #B9508C

Tints of Mulberry #B9508C

Color information

#B9508C (or 0xB9508C) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 8C. RGB value is (185,80,140). Sum of RGB (Red+Green+Blue) = 185+80+140=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9508C is #46AF73. Grayscale: #767676. Windows color (decimal): -4632436 or 9195705. OLE color: 9195705.

HSL color Cylindrical-coordinate representation of color #B9508C: hue angle of 325.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9508C is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18580140-
CMYK00.570.240.27
HSL325.71º42.86%51.96%-
HSV(B)325.71º56.76%72.55%-
XYZ27.6117.9526.82-
YUV118.23140.29175.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 80 (31.64% from 255) = 19.75%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=45.68%
G=19.75%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858014000.570.240.27325.7142.8651.96
HexB9508C039181B1462b34
Octal27112021407130335065364
Binary1011100110100001000110001110011100011011101000110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9508C; }

 p { color: rgb(185,80,140); }

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

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

 a { background-color: rgb(185,80,140); }

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

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

 span { border-color: rgb(185,80,140); }

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