#B95182

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

Shades of Mulberry #B95182

Tints of Mulberry #B95182

Color information

#B95182 (or 0xB95182) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 82. RGB value is (185,81,130). Sum of RGB (Red+Green+Blue) = 185+81+130=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B95182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95182 is #46AE7D. Grayscale: #757575. Windows color (decimal): -4632190 or 8540601. OLE color: 8540601.

HSL color Cylindrical-coordinate representation of color #B95182: hue angle of 331.73º 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 #B95182 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18581130-
CMYK00.560.300.27
HSL331.73º42.62%52.16%-
HSV(B)331.73º56.22%72.55%-
XYZ26.9817.8123.13-
YUV117.68134.96176.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 130 (51.17% from 255) = 32.83%
R=46.72%
G=20.45%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858113000.560.300.27331.7342.6252.16
HexB951820381E1B14c2b34
Octal27112120207036335145364
Binary1011100110100011000001001110001111011011101001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95182; }

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

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

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

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

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

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

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

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