#B05D96

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

Shades of Mulberry #B05D96

Tints of Mulberry #B05D96

Color information

#B05D96 (or 0xB05D96) is unknown color: approx Mulberry. HEX triplet: B0, 5D and 96. RGB value is (176,93,150). Sum of RGB (Red+Green+Blue) = 176+93+150=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D96 is #4FA269. Grayscale: #7C7C7C. Windows color (decimal): -5218922 or 9854384. OLE color: 9854384.

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

Color convert

RGB17693150-
CMYK00.470.150.31
HSL318.8º34.44%52.75%-
HSV(B)318.8º47.16%69.02%-
XYZ27.3219.2631.13-
YUV124.32142.5164.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=42.00%
G=22.20%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769315000.470.150.31318.834.4452.75
HexB05D9602FF1F13f2235
Octal26013522605717374774265
Binary101100001011101100101100101111111111111100111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D96; }

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

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

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

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

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

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

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

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