#B9619E

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

Shades of Mulberry #B9619E

Tints of Mulberry #B9619E

Color information

#B9619E (or 0xB9619E) is unknown color: approx Mulberry. HEX triplet: B9, 61 and 9E. RGB value is (185,97,158). Sum of RGB (Red+Green+Blue) = 185+97+158=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9619E is #469E61. Grayscale: #828282. Windows color (decimal): -4628066 or 10379705. OLE color: 10379705.

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

Color convert

RGB18597158-
CMYK00.480.150.27
HSL318.41º38.6%55.29%-
HSV(B)318.41º47.57%72.55%-
XYZ30.4521.3334.86-
YUV130.27143.65167.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 158 (62.11% from 255) = 35.91%
R=42.05%
G=22.05%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859715800.480.150.27318.4138.655.29
HexB9619E030F1B13e2737
Octal27114123606017334764767
Binary101110011100001100111100110000111111011100111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9619E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9619E; }

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

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

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

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

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

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

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

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