#B05896

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

Shades of Mulberry #B05896

Tints of Mulberry #B05896

Color information

#B05896 (or 0xB05896) is unknown color: approx Mulberry. HEX triplet: B0, 58 and 96. RGB value is (176,88,150). Sum of RGB (Red+Green+Blue) = 176+88+150=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05896 is #4FA769. Grayscale: #797979. Windows color (decimal): -5220202 or 9853104. OLE color: 9853104.

HSL color Cylindrical-coordinate representation of color #B05896: hue angle of 317.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05896 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17688150-
CMYK00.500.150.31
HSL317.73º35.77%51.76%-
HSV(B)317.73º50%69.02%-
XYZ26.918.4130.99-
YUV121.38144.15166.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=42.51%
G=21.26%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768815000.500.150.31317.7335.7751.76
HexB05896032F1F13e2434
Octal26013022606217374764464
Binary101100001011000100101100110010111111111100111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05896; }

 p { color: rgb(176,88,150); }

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

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

 a { background-color: rgb(176,88,150); }

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

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

 span { border-color: rgb(176,88,150); }

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