#B95297

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

Shades of Mulberry #B95297

Tints of Mulberry #B95297

Color information

#B95297 (or 0xB95297) is unknown color: approx Mulberry. HEX triplet: B9, 52 and 97. RGB value is (185,82,151). Sum of RGB (Red+Green+Blue) = 185+82+151=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95297 is #46AD68. Grayscale: #787878. Windows color (decimal): -4631913 or 9917113. OLE color: 9917113.

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

Color convert

RGB18582151-
CMYK00.560.180.27
HSL319.81º42.39%52.35%-
HSV(B)319.81º55.68%72.55%-
XYZ28.6118.5831.36-
YUV120.66145.12173.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 151 (59.38% from 255) = 36.12%
R=44.26%
G=19.62%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858215100.560.180.27319.8142.3952.35
HexB95297038121B1402a34
Octal27112222707022335005264
Binary1011100110100101001011101110001001011011101000000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95297; }

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

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

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

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

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

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

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

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