#B95187

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

Shades of Mulberry #B95187

Tints of Mulberry #B95187

Color information

#B95187 (or 0xB95187) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 87. RGB value is (185,81,135). Sum of RGB (Red+Green+Blue) = 185+81+135=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95187 is #46AE78. Grayscale: #767676. Windows color (decimal): -4632185 or 8868281. OLE color: 8868281.

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

Color convert

RGB18581135-
CMYK00.560.270.27
HSL328.85º42.62%52.16%-
HSV(B)328.85º56.22%72.55%-
XYZ27.3217.9524.95-
YUV118.25137.46175.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=46.13%
G=20.20%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858113500.560.270.27328.8542.6252.16
HexB951870381B1B1492b34
Octal27112120707033335115364
Binary1011100110100011000011101110001101111011101001001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95187; }

 p { color: rgb(185,81,135); }

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

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

 a { background-color: rgb(185,81,135); }

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

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

 span { border-color: rgb(185,81,135); }

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