#B9639E

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

Shades of Mulberry #B9639E

Tints of Mulberry #B9639E

Color information

#B9639E (or 0xB9639E) is unknown color: approx Mulberry. HEX triplet: B9, 63 and 9E. RGB value is (185,99,158). Sum of RGB (Red+Green+Blue) = 185+99+158=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9639E is #469C61. Grayscale: #838383. Windows color (decimal): -4627554 or 10380217. OLE color: 10380217.

HSL color Cylindrical-coordinate representation of color #B9639E: hue angle of 318.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9639E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18599158-
CMYK00.460.150.27
HSL318.84º38.05%55.69%-
HSV(B)318.84º46.49%72.55%-
XYZ30.6421.7134.92-
YUV131.44142.99166.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 99 (39.06% from 255) = 22.40%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=41.86%
G=22.40%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859915800.460.150.27318.8438.0555.69
HexB9639E02EF1B13f2638
Octal27114323605617334774670
Binary101110011100011100111100101110111111011100111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9639E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9639E; }

 p { color: rgb(185,99,158); }

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

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

 a { background-color: rgb(185,99,158); }

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

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

 span { border-color: rgb(185,99,158); }

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