#B95497

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

Shades of Mulberry #B95497

Tints of Mulberry #B95497

Color information

#B95497 (or 0xB95497) is unknown color: approx Mulberry. HEX triplet: B9, 54 and 97. RGB value is (185,84,151). Sum of RGB (Red+Green+Blue) = 185+84+151=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B95497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95497 is #46AB68. Grayscale: #797979. Windows color (decimal): -4631401 or 9917625. OLE color: 9917625.

HSL color Cylindrical-coordinate representation of color #B95497: hue angle of 320.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95497 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18584151-
CMYK00.550.180.27
HSL320.2º41.91%52.75%-
HSV(B)320.2º54.59%72.55%-
XYZ28.7618.8931.41-
YUV121.84144.46173.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 84 (33.20% from 255) = 20%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=44.05%
G=20%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858415100.550.180.27320.241.9152.75
HexB95497037121B1402a35
Octal27112422706722335005265
Binary1011100110101001001011101101111001011011101000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95497; }

 p { color: rgb(185,84,151); }

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

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

 a { background-color: rgb(185,84,151); }

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

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

 span { border-color: rgb(185,84,151); }

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