#B95895

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

Shades of Mulberry #B95895

Tints of Mulberry #B95895

Color information

#B95895 (or 0xB95895) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 95. RGB value is (185,88,149). Sum of RGB (Red+Green+Blue) = 185+88+149=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95895 is #46A76A. Grayscale: #7B7B7B. Windows color (decimal): -4630379 or 9787577. OLE color: 9787577.

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

Color convert

RGB18588149-
CMYK00.520.190.27
HSL322.27º40.93%53.53%-
HSV(B)322.27º52.43%72.55%-
XYZ28.9219.4630.67-
YUV123.96142.14171.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 88 (34.77% from 255) = 20.85%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=43.84%
G=20.85%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858814900.520.190.27322.2740.9353.53
HexB95895034131B1422936
Octal27113022506423335025166
Binary1011100110110001001010101101001001111011101000010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95895; }

 p { color: rgb(185,88,149); }

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

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

 a { background-color: rgb(185,88,149); }

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

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

 span { border-color: rgb(185,88,149); }

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