#B6568B

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

Shades of Mulberry #B6568B

Tints of Mulberry #B6568B

Color information

#B6568B (or 0xB6568B) is unknown color: approx Mulberry. HEX triplet: B6, 56 and 8B. RGB value is (182,86,139). Sum of RGB (Red+Green+Blue) = 182+86+139=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6568B is #49A974. Grayscale: #787878. Windows color (decimal): -4827509 or 9131702. OLE color: 9131702.

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

Color convert

RGB18286139-
CMYK00.530.240.29
HSL326.88º39.67%52.55%-
HSV(B)326.88º52.75%71.37%-
XYZ27.2818.4626.55-
YUV120.75138.3171.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 139 (54.69% from 255) = 34.15%
R=44.72%
G=21.13%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828613900.530.240.29326.8839.6752.55
HexB6568B035181D1472835
Octal26612621306530355075065
Binary1011011010101101000101101101011100011101101000111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6568B; }

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

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

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

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

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

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

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

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