#B95D94

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

Shades of Mulberry #B95D94

Tints of Mulberry #B95D94

Color information

#B95D94 (or 0xB95D94) is unknown color: approx Mulberry. HEX triplet: B9, 5D and 94. RGB value is (185,93,148). Sum of RGB (Red+Green+Blue) = 185+93+148=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D94 is #46A26B. Grayscale: #7E7E7E. Windows color (decimal): -4629100 or 9723321. OLE color: 9723321.

HSL color Cylindrical-coordinate representation of color #B95D94: hue angle of 324.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D94 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18593148-
CMYK00.500.200.27
HSL324.13º39.66%54.51%-
HSV(B)324.13º49.73%72.55%-
XYZ29.2720.2830.39-
YUV126.78139.98169.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=43.43%
G=21.83%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859314800.500.200.27324.1339.6654.51
HexB95D94032141B1442837
Octal27113522406224335045067
Binary1011100110111011001010001100101010011011101000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D94; }

 p { color: rgb(185,93,148); }

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

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

 a { background-color: rgb(185,93,148); }

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

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

 span { border-color: rgb(185,93,148); }

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