#B95E8B

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

Shades of Mulberry #B95E8B

Tints of Mulberry #B95E8B

Color information

#B95E8B (or 0xB95E8B) is unknown color: approx Mulberry. HEX triplet: B9, 5E and 8B. RGB value is (185,94,139). Sum of RGB (Red+Green+Blue) = 185+94+139=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E8B is #46A174. Grayscale: #7E7E7E. Windows color (decimal): -4628853 or 9133753. OLE color: 9133753.

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

Color convert

RGB18594139-
CMYK00.490.250.27
HSL330.33º39.39%54.71%-
HSV(B)330.33º49.19%72.55%-
XYZ28.6720.1826.81-
YUV126.34135.15169.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 94 (37.11% from 255) = 22.49%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=44.26%
G=22.49%
B=33.25%

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
Decimal1859413900.490.250.27330.3339.3954.71
HexB95E8B031191B14a2737
Octal27113621306131335124767
Binary1011100110111101000101101100011100111011101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E8B; }

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

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

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

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

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

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

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

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