#B95692

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

Shades of Mulberry #B95692

Tints of Mulberry #B95692

Color information

#B95692 (or 0xB95692) is unknown color: approx Mulberry. HEX triplet: B9, 56 and 92. RGB value is (185,86,146). Sum of RGB (Red+Green+Blue) = 185+86+146=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95692 is #46A96D. Grayscale: #7A7A7A. Windows color (decimal): -4630894 or 9590457. OLE color: 9590457.

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

Color convert

RGB18586146-
CMYK00.540.210.27
HSL323.64º41.42%53.14%-
HSV(B)323.64º53.51%72.55%-
XYZ28.5219.0529.37-
YUV122.44141.3172.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=44.36%
G=20.62%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858614600.540.210.27323.6441.4253.14
HexB95692036151B1442935
Octal27112622206625335045165
Binary1011100110101101001001001101101010111011101000100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95692; }

 p { color: rgb(185,86,146); }

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

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

 a { background-color: rgb(185,86,146); }

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

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

 span { border-color: rgb(185,86,146); }

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