#B95286

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

Shades of Mulberry #B95286

Tints of Mulberry #B95286

Color information

#B95286 (or 0xB95286) is unknown color: approx Mulberry. HEX triplet: B9, 52 and 86. RGB value is (185,82,134). Sum of RGB (Red+Green+Blue) = 185+82+134=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95286 is #46AD79. Grayscale: #767676. Windows color (decimal): -4631930 or 8803001. OLE color: 8803001.

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

Color convert

RGB18582134-
CMYK00.560.280.27
HSL329.71º42.39%52.35%-
HSV(B)329.71º55.68%72.55%-
XYZ27.3318.0724.6-
YUV118.72136.62175.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=46.13%
G=20.45%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858213400.560.280.27329.7142.3952.35
HexB952860381C1B14a2a34
Octal27112220607034335125264
Binary1011100110100101000011001110001110011011101001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95286; }

 p { color: rgb(185,82,134); }

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

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

 a { background-color: rgb(185,82,134); }

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

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

 span { border-color: rgb(185,82,134); }

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