#B05D91

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

Shades of Mulberry #B05D91

Tints of Mulberry #B05D91

Color information

#B05D91 (or 0xB05D91) is unknown color: approx Mulberry. HEX triplet: B0, 5D and 91. RGB value is (176,93,145). Sum of RGB (Red+Green+Blue) = 176+93+145=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D91 is #4FA26E. Grayscale: #7B7B7B. Windows color (decimal): -5218927 or 9526704. OLE color: 9526704.

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

Color convert

RGB17693145-
CMYK00.470.180.31
HSL322.41º34.44%52.75%-
HSV(B)322.41º47.16%69.02%-
XYZ26.9319.129.06-
YUV123.74140165.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=42.51%
G=22.46%
B=35.02%

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
Decimal1769314500.470.180.31322.4134.4452.75
HexB05D9102F121F1422235
Octal26013522105722375024265
Binary1011000010111011001000101011111001011111101000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D91; }

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

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

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

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

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

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

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

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