#B95291

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

Shades of Mulberry #B95291

Tints of Mulberry #B95291

Color information

#B95291 (or 0xB95291) is unknown color: approx Mulberry. HEX triplet: B9, 52 and 91. RGB value is (185,82,145). Sum of RGB (Red+Green+Blue) = 185+82+145=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B95291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95291 is #46AD6E. Grayscale: #777777. Windows color (decimal): -4631919 or 9523897. OLE color: 9523897.

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

Color convert

RGB18582145-
CMYK00.560.220.27
HSL323.3º42.39%52.35%-
HSV(B)323.3º55.68%72.55%-
XYZ28.1418.3928.86-
YUV119.98142.12174.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 82 (32.42% from 255) = 19.90%
BLUE value IS 145 (57.03% from 255) = 35.19%
R=44.90%
G=19.90%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858214500.560.220.27323.342.3952.35
HexB95291038161B1432a34
Octal27112222107026335035264
Binary1011100110100101001000101110001011011011101000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95291; }

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

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

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

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

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

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

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

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