#B95C8C

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

Shades of Mulberry #B95C8C

Tints of Mulberry #B95C8C

Color information

#B95C8C (or 0xB95C8C) is unknown color: approx Mulberry. HEX triplet: B9, 5C and 8C. RGB value is (185,92,140). Sum of RGB (Red+Green+Blue) = 185+92+140=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95C8C is #46A373. Grayscale: #7D7D7D. Windows color (decimal): -4629364 or 9198777. OLE color: 9198777.

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

Color convert

RGB18592140-
CMYK00.500.240.27
HSL329.03º39.91%54.31%-
HSV(B)329.03º50.27%72.55%-
XYZ28.5719.8627.14-
YUV125.28136.31170.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=44.36%
G=22.06%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859214000.500.240.27329.0339.9154.31
HexB95C8C032181B1492836
Octal27113421406230335115066
Binary1011100110111001000110001100101100011011101001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C8C; }

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

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

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

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

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

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

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

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