#B95A8D

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

Shades of Mulberry #B95A8D

Tints of Mulberry #B95A8D

Color information

#B95A8D (or 0xB95A8D) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 8D. RGB value is (185,90,141). Sum of RGB (Red+Green+Blue) = 185+90+141=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A8D is #46A572. Grayscale: #7C7C7C. Windows color (decimal): -4629875 or 9263801. OLE color: 9263801.

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

Color convert

RGB18590141-
CMYK00.510.240.27
HSL327.79º40.43%53.92%-
HSV(B)327.79º51.35%72.55%-
XYZ28.4719.5527.47-
YUV124.22137.47171.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=44.47%
G=21.63%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859014100.510.240.27327.7940.4353.92
HexB95A8D033181B1482836
Octal27113221506330335105066
Binary1011100110110101000110101100111100011011101001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A8D; }

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

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

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

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

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

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

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

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