#B6598F

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

Shades of Mulberry #B6598F

Tints of Mulberry #B6598F

Color information

#B6598F (or 0xB6598F) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 8F. RGB value is (182,89,143). Sum of RGB (Red+Green+Blue) = 182+89+143=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B6598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6598F is #49A670. Grayscale: #7A7A7A. Windows color (decimal): -4826737 or 9394614. OLE color: 9394614.

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

Color convert

RGB18289143-
CMYK00.510.210.29
HSL325.16º38.91%53.14%-
HSV(B)325.16º51.1%71.37%-
XYZ27.8219.0728.2-
YUV122.96139.31170.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=43.96%
G=21.50%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828914300.510.210.29325.1638.9153.14
HexB6598F033151D1452735
Octal26613121706325355054765
Binary1011011010110011000111101100111010111101101000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6598F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6598F; }

 p { color: rgb(182,89,143); }

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

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

 a { background-color: rgb(182,89,143); }

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

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

 span { border-color: rgb(182,89,143); }

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