#B95184

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

Shades of Mulberry #B95184

Tints of Mulberry #B95184

Color information

#B95184 (or 0xB95184) is unknown color: approx Mulberry. HEX triplet: B9, 51 and 84. RGB value is (185,81,132). Sum of RGB (Red+Green+Blue) = 185+81+132=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B95184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95184 is #46AE7B. Grayscale: #757575. Windows color (decimal): -4632188 or 8671673. OLE color: 8671673.

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

Color convert

RGB18581132-
CMYK00.560.290.27
HSL330.58º42.62%52.16%-
HSV(B)330.58º56.22%72.55%-
XYZ27.1117.8723.85-
YUV117.91135.96175.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 81 (32.03% from 255) = 20.35%
BLUE value IS 132 (51.95% from 255) = 33.17%
R=46.48%
G=20.35%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858113200.560.290.27330.5842.6252.16
HexB951840381D1B14b2b34
Octal27112120407035335135364
Binary1011100110100011000010001110001110111011101001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95184; }

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

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

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

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

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

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

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

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