#B95A91

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

Shades of Mulberry #B95A91

Tints of Mulberry #B95A91

Color information

#B95A91 (or 0xB95A91) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 91. RGB value is (185,90,145). Sum of RGB (Red+Green+Blue) = 185+90+145=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A91 is #46A56E. Grayscale: #7C7C7C. Windows color (decimal): -4629871 or 9525945. OLE color: 9525945.

HSL color Cylindrical-coordinate representation of color #B95A91: hue angle of 325.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A91 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18590145-
CMYK00.510.220.27
HSL325.26º40.43%53.92%-
HSV(B)325.26º51.35%72.55%-
XYZ28.7719.6729.07-
YUV124.68139.47171.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=44.05%
G=21.43%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859014500.510.220.27325.2640.4353.92
HexB95A91033161B1452836
Octal27113222106326335055066
Binary1011100110110101001000101100111011011011101000101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A91; }

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

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

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

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

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

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

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

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