#B9629D

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

Shades of Mulberry #B9629D

Tints of Mulberry #B9629D

Color information

#B9629D (or 0xB9629D) is unknown color: approx Mulberry. HEX triplet: B9, 62 and 9D. RGB value is (185,98,157). Sum of RGB (Red+Green+Blue) = 185+98+157=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9629D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9629D is #469D62. Grayscale: #828282. Windows color (decimal): -4627811 or 10314425. OLE color: 10314425.

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

Color convert

RGB18598157-
CMYK00.470.150.27
HSL319.31º38.33%55.49%-
HSV(B)319.31º47.03%72.55%-
XYZ30.4621.4834.44-
YUV130.74142.82166.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 98 (38.67% from 255) = 22.27%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=42.05%
G=22.27%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859815700.470.150.27319.3138.3355.49
HexB9629D02FF1B13f2637
Octal27114223505717334774667
Binary101110011100010100111010101111111111011100111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9629D; }

 p { color: rgb(185,98,157); }

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

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

 a { background-color: rgb(185,98,157); }

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

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

 span { border-color: rgb(185,98,157); }

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