#b05a96

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

Shades of Mulberry #B05A96

Tints of Mulberry #B05A96

Color information

#B05A96 (or 0xB05A96) is unknown color: approx Mulberry. HEX triplet: B0, 5A and 96. RGB value is (176,90,150). Sum of RGB (Red+Green+Blue) = 176+90+150=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A96 is #4FA569. Grayscale: #7A7A7A. Windows color (decimal): -5219690 or 9853616. OLE color: 9853616.

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

Color convert

RGB17690150-
CMYK00.490.150.31
HSL318.14º35.25%52.16%-
HSV(B)318.14º48.86%69.02%-
XYZ27.0718.7431.05-
YUV122.55143.49166.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=42.31%
G=21.63%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769015000.490.150.31318.1435.2552.16
HexB05A96031F1F13e2334
Octal26013222606117374764364
Binary101100001011010100101100110001111111111100111110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05a96; }

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

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

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

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

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

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

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

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