#B6609A

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

Shades of Mulberry #B6609A

Tints of Mulberry #B6609A

Color information

#B6609A (or 0xB6609A) is unknown color: approx Mulberry. HEX triplet: B6, 60 and 9A. RGB value is (182,96,154). Sum of RGB (Red+Green+Blue) = 182+96+154=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6609A is #499F65. Grayscale: #808080. Windows color (decimal): -4824934 or 10117302. OLE color: 10117302.

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

Color convert

RGB18296154-
CMYK00.470.150.29
HSL319.53º37.07%54.51%-
HSV(B)319.53º47.25%71.37%-
XYZ29.3120.6433.01-
YUV128.33142.49166.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 96 (37.89% from 255) = 22.22%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=42.13%
G=22.22%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829615400.470.150.29319.5337.0754.51
HexB6609A02FF1D1402537
Octal26614023205717355004567
Binary101101101100000100110100101111111111101101000000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6609A; }

 p { color: rgb(182,96,154); }

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

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

 a { background-color: rgb(182,96,154); }

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

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

 span { border-color: rgb(182,96,154); }

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