#B05A8C

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

Shades of Mulberry #B05A8C

Tints of Mulberry #B05A8C

Color information

#B05A8C (or 0xB05A8C) is unknown color: approx Mulberry. HEX triplet: B0, 5A and 8C. RGB value is (176,90,140). Sum of RGB (Red+Green+Blue) = 176+90+140=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8C is #4FA573. Grayscale: #797979. Windows color (decimal): -5219700 or 9198256. OLE color: 9198256.

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

Color convert

RGB17690140-
CMYK00.490.200.31
HSL325.12º35.25%52.16%-
HSV(B)325.12º48.86%69.02%-
XYZ26.2918.4426.98-
YUV121.41138.49166.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 90 (35.55% from 255) = 22.17%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=43.35%
G=22.17%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769014000.490.200.31325.1235.2552.16
HexB05A8C031141F1452334
Octal26013221406124375054364
Binary1011000010110101000110001100011010011111101000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05A8C; }

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

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

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

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

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

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

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

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