#B95A85

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

Shades of Mulberry #B95A85

Tints of Mulberry #B95A85

Color information

#B95A85 (or 0xB95A85) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 85. RGB value is (185,90,133). Sum of RGB (Red+Green+Blue) = 185+90+133=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A85 is #46A57A. Grayscale: #7B7B7B. Windows color (decimal): -4629883 or 8739513. OLE color: 8739513.

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

Color convert

RGB18590133-
CMYK00.510.280.27
HSL332.84º40.43%53.92%-
HSV(B)332.84º51.35%72.55%-
XYZ27.919.3224.45-
YUV123.31133.47172-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=45.34%
G=22.06%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859013300.510.280.27332.8440.4353.92
HexB95A850331C1B14d2836
Octal27113220506334335155066
Binary1011100110110101000010101100111110011011101001101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A85; }

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

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

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

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

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

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

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

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