#B05B8C

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

Shades of Mulberry #B05B8C

Tints of Mulberry #B05B8C

Color information

#B05B8C (or 0xB05B8C) is unknown color: approx Mulberry. HEX triplet: B0, 5B and 8C. RGB value is (176,91,140). Sum of RGB (Red+Green+Blue) = 176+91+140=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05B8C is #4FA473. Grayscale: #797979. Windows color (decimal): -5219444 or 9198512. OLE color: 9198512.

HSL color Cylindrical-coordinate representation of color #B05B8C: hue angle of 325.41º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05B8C is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17691140-
CMYK00.480.200.31
HSL325.41º34.98%52.35%-
HSV(B)325.41º48.3%69.02%-
XYZ26.3818.6127.01-
YUV122138.16166.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=43.24%
G=22.36%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769114000.480.200.31325.4134.9852.35
HexB05B8C030141F1452334
Octal26013321406024375054364
Binary1011000010110111000110001100001010011111101000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05B8C; }

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

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

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

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

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

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

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

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