#B05290

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

Shades of Mulberry #B05290

Tints of Mulberry #B05290

Color information

#B05290 (or 0xB05290) is unknown color: approx Mulberry. HEX triplet: B0, 52 and 90. RGB value is (176,82,144). Sum of RGB (Red+Green+Blue) = 176+82+144=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B05290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05290 is #4FAD6F. Grayscale: #757575. Windows color (decimal): -5221744 or 9458352. OLE color: 9458352.

HSL color Cylindrical-coordinate representation of color #B05290: hue angle of 320.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05290 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17682144-
CMYK00.530.180.31
HSL320.43º37.3%50.59%-
HSV(B)320.43º53.41%69.02%-
XYZ25.9617.2828.35-
YUV117.17143.14169.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=43.78%
G=20.40%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768214400.530.180.31320.4337.350.59
HexB05290035121F1402533
Octal26012222006522375004563
Binary1011000010100101001000001101011001011111101000000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05290; }

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

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

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

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

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

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

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

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