#B8609D

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

Shades of Mulberry #B8609D

Tints of Mulberry #B8609D

Color information

#B8609D (or 0xB8609D) is unknown color: approx Mulberry. HEX triplet: B8, 60 and 9D. RGB value is (184,96,157). Sum of RGB (Red+Green+Blue) = 184+96+157=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8609D is #479F62. Grayscale: #818181. Windows color (decimal): -4693859 or 10313912. OLE color: 10313912.

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

Color convert

RGB18496157-
CMYK00.480.150.28
HSL318.41º38.26%54.9%-
HSV(B)318.41º47.83%72.16%-
XYZ30.0420.9934.37-
YUV129.27143.65167.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 157 (61.72% from 255) = 35.93%
R=42.11%
G=21.97%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849615700.480.150.28318.4138.2654.9
HexB8609D030F1C13e2637
Octal27014023506017344764667
Binary101110001100000100111010110000111111100100111110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8609D; }

 p { color: rgb(184,96,157); }

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

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

 a { background-color: rgb(184,96,157); }

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

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

 span { border-color: rgb(184,96,157); }

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