#B6518B

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

Shades of Mulberry #B6518B

Tints of Mulberry #B6518B

Color information

#B6518B (or 0xB6518B) is unknown color: approx Mulberry. HEX triplet: B6, 51 and 8B. RGB value is (182,81,139). Sum of RGB (Red+Green+Blue) = 182+81+139=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6518B is #49AE74. Grayscale: #757575. Windows color (decimal): -4828789 or 9130422. OLE color: 9130422.

HSL color Cylindrical-coordinate representation of color #B6518B: hue angle of 325.54º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6518B is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18281139-
CMYK00.550.240.29
HSL325.54º40.89%51.57%-
HSV(B)325.54º55.49%71.37%-
XYZ26.8917.6926.42-
YUV117.81139.96173.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=45.27%
G=20.15%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828113900.550.240.29325.5440.8951.57
HexB6518B037181D1462934
Octal26612121306730355065164
Binary1011011010100011000101101101111100011101101000110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6518B; }

 p { color: rgb(182,81,139); }

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

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

 a { background-color: rgb(182,81,139); }

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

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

 span { border-color: rgb(182,81,139); }

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