#B95E8A

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

Shades of Mulberry #B95E8A

Tints of Mulberry #B95E8A

Color information

#B95E8A (or 0xB95E8A) is unknown color: approx Mulberry. HEX triplet: B9, 5E and 8A. RGB value is (185,94,138). Sum of RGB (Red+Green+Blue) = 185+94+138=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E8A is #46A175. Grayscale: #7E7E7E. Windows color (decimal): -4628854 or 9068217. OLE color: 9068217.

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

Color convert

RGB18594138-
CMYK00.490.250.27
HSL330.99º39.39%54.71%-
HSV(B)330.99º49.19%72.55%-
XYZ28.620.1526.43-
YUV126.22134.65169.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 94 (37.11% from 255) = 22.54%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=44.36%
G=22.54%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859413800.490.250.27330.9939.3954.71
HexB95E8A031191B14b2737
Octal27113621206131335134767
Binary1011100110111101000101001100011100111011101001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E8A; }

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

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

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

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

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

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

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

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