#B95E8E

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

Shades of Mulberry #B95E8E

Tints of Mulberry #B95E8E

Color information

#B95E8E (or 0xB95E8E) is unknown color: approx Mulberry. HEX triplet: B9, 5E and 8E. RGB value is (185,94,142). Sum of RGB (Red+Green+Blue) = 185+94+142=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E8E is #46A171. Grayscale: #7E7E7E. Windows color (decimal): -4628850 or 9330361. OLE color: 9330361.

HSL color Cylindrical-coordinate representation of color #B95E8E: hue angle of 328.35º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E8E is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB18594142-
CMYK00.490.230.27
HSL328.35º39.39%54.71%-
HSV(B)328.35º49.19%72.55%-
XYZ28.8920.2727.98-
YUV126.68136.65169.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=43.94%
G=22.33%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859414200.490.230.27328.3539.3954.71
HexB95E8E031171B1482737
Octal27113621606127335104767
Binary1011100110111101000111001100011011111011101001000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E8E; }

 p { color: rgb(185,94,142); }

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

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

 a { background-color: rgb(185,94,142); }

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

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

 span { border-color: rgb(185,94,142); }

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