#B95C95

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

Shades of Mulberry #B95C95

Tints of Mulberry #B95C95

Color information

#B95C95 (or 0xB95C95) is unknown color: approx Mulberry. HEX triplet: B9, 5C and 95. RGB value is (185,92,149). Sum of RGB (Red+Green+Blue) = 185+92+149=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C95 is #46A36A. Grayscale: #7E7E7E. Windows color (decimal): -4629355 or 9788601. OLE color: 9788601.

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

Color convert

RGB18592149-
CMYK00.500.190.27
HSL323.23º39.91%54.31%-
HSV(B)323.23º50.27%72.55%-
XYZ29.2620.1430.78-
YUV126.3140.81169.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=43.43%
G=21.60%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859214900.500.190.27323.2339.9154.31
HexB95C95032131B1432836
Octal27113422506223335035066
Binary1011100110111001001010101100101001111011101000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C95; }

 p { color: rgb(185,92,149); }

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

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

 a { background-color: rgb(185,92,149); }

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

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

 span { border-color: rgb(185,92,149); }

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