#B95A8F

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

Shades of Mulberry #B95A8F

Tints of Mulberry #B95A8F

Color information

#B95A8F (or 0xB95A8F) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 8F. RGB value is (185,90,143). Sum of RGB (Red+Green+Blue) = 185+90+143=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A8F is #46A570. Grayscale: #7C7C7C. Windows color (decimal): -4629873 or 9394873. OLE color: 9394873.

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

Color convert

RGB18590143-
CMYK00.510.230.27
HSL326.53º40.43%53.92%-
HSV(B)326.53º51.35%72.55%-
XYZ28.6219.6128.26-
YUV124.45138.47171.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 90 (35.55% from 255) = 21.53%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=44.26%
G=21.53%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859014300.510.230.27326.5340.4353.92
HexB95A8F033171B1472836
Octal27113221706327335075066
Binary1011100110110101000111101100111011111011101000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A8F; }

 p { color: rgb(185,90,143); }

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

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

 a { background-color: rgb(185,90,143); }

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

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

 span { border-color: rgb(185,90,143); }

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