#B95994

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

Shades of Mulberry #B95994

Tints of Mulberry #B95994

Color information

#B95994 (or 0xB95994) is unknown color: approx Mulberry. HEX triplet: B9, 59 and 94. RGB value is (185,89,148). Sum of RGB (Red+Green+Blue) = 185+89+148=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95994 is #46A66B. Grayscale: #7C7C7C. Windows color (decimal): -4630124 or 9722297. OLE color: 9722297.

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

Color convert

RGB18589148-
CMYK00.520.200.27
HSL323.12º40.68%53.73%-
HSV(B)323.12º51.89%72.55%-
XYZ28.9319.630.28-
YUV124.43141.3171.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 89 (35.16% from 255) = 21.09%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=43.84%
G=21.09%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858914800.520.200.27323.1240.6853.73
HexB95994034141B1432936
Octal27113122406424335035166
Binary1011100110110011001010001101001010011011101000011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95994; }

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

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

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

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

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

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

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

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