#B05D8A

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

Shades of Mulberry #B05D8A

Tints of Mulberry #B05D8A

Color information

#B05D8A (or 0xB05D8A) is unknown color: approx Mulberry. HEX triplet: B0, 5D and 8A. RGB value is (176,93,138). Sum of RGB (Red+Green+Blue) = 176+93+138=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D8A is #4FA275. Grayscale: #7A7A7A. Windows color (decimal): -5218934 or 9067952. OLE color: 9067952.

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

Color convert

RGB17693138-
CMYK00.470.220.31
HSL327.47º34.44%52.75%-
HSV(B)327.47º47.16%69.02%-
XYZ26.4118.8926.3-
YUV122.95136.5165.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=43.24%
G=22.85%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769313800.470.220.31327.4734.4452.75
HexB05D8A02F161F1472235
Octal26013521205726375074265
Binary1011000010111011000101001011111011011111101000111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05D8A; }

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

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

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

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

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

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

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

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