#B05D90

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

Shades of Mulberry #B05D90

Tints of Mulberry #B05D90

Color information

#B05D90 (or 0xB05D90) is unknown color: approx Mulberry. HEX triplet: B0, 5D and 90. RGB value is (176,93,144). Sum of RGB (Red+Green+Blue) = 176+93+144=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D90 is #4FA26F. Grayscale: #7B7B7B. Windows color (decimal): -5218928 or 9461168. OLE color: 9461168.

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

Color convert

RGB17693144-
CMYK00.470.180.31
HSL323.13º34.44%52.75%-
HSV(B)323.13º47.16%69.02%-
XYZ26.8519.0728.65-
YUV123.63139.5165.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=42.62%
G=22.52%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769314400.470.180.31323.1334.4452.75
HexB05D9002F121F1432235
Octal26013522005722375034265
Binary1011000010111011001000001011111001011111101000011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D90; }

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

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

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

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

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

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

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

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