#B96294

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

Shades of Mulberry #B96294

Tints of Mulberry #B96294

Color information

#B96294 (or 0xB96294) is unknown color: approx Mulberry. HEX triplet: B9, 62 and 94. RGB value is (185,98,148). Sum of RGB (Red+Green+Blue) = 185+98+148=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B96294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96294 is #469D6B. Grayscale: #818181. Windows color (decimal): -4627820 or 9724601. OLE color: 9724601.

HSL color Cylindrical-coordinate representation of color #B96294: hue angle of 325.52º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96294 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18598148-
CMYK00.470.200.27
HSL325.52º38.33%55.49%-
HSV(B)325.52º47.03%72.55%-
XYZ29.7221.1930.54-
YUV129.71138.32167.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=42.92%
G=22.74%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859814800.470.200.27325.5238.3355.49
HexB9629402F141B1462637
Octal27114222405724335064667
Binary1011100111000101001010001011111010011011101000110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96294; }

 p { color: rgb(185,98,148); }

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

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

 a { background-color: rgb(185,98,148); }

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

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

 span { border-color: rgb(185,98,148); }

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