#B06190

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

Shades of Mulberry #B06190

Tints of Mulberry #B06190

Color information

#B06190 (or 0xB06190) is unknown color: approx Mulberry. HEX triplet: B0, 61 and 90. RGB value is (176,97,144). Sum of RGB (Red+Green+Blue) = 176+97+144=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B06190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06190 is #4F9E6F. Grayscale: #7D7D7D. Windows color (decimal): -5217904 or 9462192. OLE color: 9462192.

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

Color convert

RGB17697144-
CMYK00.450.180.31
HSL324.3º33.33%53.53%-
HSV(B)324.3º44.89%69.02%-
XYZ27.2119.7928.77-
YUV125.98138.17163.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 97 (38.28% from 255) = 23.26%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=42.21%
G=23.26%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769714400.450.180.31324.333.3353.53
HexB0619002D121F1442136
Octal26014122005522375044166
Binary1011000011000011001000001011011001011111101000100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06190; }

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

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

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

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

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

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

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

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