#B96298

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

Shades of Mulberry #B96298

Tints of Mulberry #B96298

Color information

#B96298 (or 0xB96298) is unknown color: approx Mulberry. HEX triplet: B9, 62 and 98. RGB value is (185,98,152). Sum of RGB (Red+Green+Blue) = 185+98+152=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B96298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96298 is #469D67. Grayscale: #828282. Windows color (decimal): -4627816 or 9986745. OLE color: 9986745.

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

Color convert

RGB18598152-
CMYK00.470.180.27
HSL322.76º38.33%55.49%-
HSV(B)322.76º47.03%72.55%-
XYZ30.0421.3232.24-
YUV130.17140.32167.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 98 (38.67% from 255) = 22.53%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=42.53%
G=22.53%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859815200.470.180.27322.7638.3355.49
HexB9629802F121B1432637
Octal27114223005722335034667
Binary1011100111000101001100001011111001011011101000011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96298; }

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

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

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

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

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

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

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

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