#B9608D

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

Shades of Mulberry #B9608D

Tints of Mulberry #B9608D

Color information

#B9608D (or 0xB9608D) is unknown color: approx Mulberry. HEX triplet: B9, 60 and 8D. RGB value is (185,96,141). Sum of RGB (Red+Green+Blue) = 185+96+141=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B9608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9608D is #469F72. Grayscale: #7F7F7F. Windows color (decimal): -4628339 or 9265337. OLE color: 9265337.

HSL color Cylindrical-coordinate representation of color #B9608D: hue angle of 329.66º 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 #B9608D is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB18596141-
CMYK00.480.240.27
HSL329.66º38.86%55.1%-
HSV(B)329.66º48.11%72.55%-
XYZ2920.627.65-
YUV127.74135.49168.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=43.84%
G=22.75%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859614100.480.240.27329.6638.8655.1
HexB9608D030181B14a2737
Octal27114021506030335124767
Binary1011100111000001000110101100001100011011101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9608D; }

 p { color: rgb(185,96,141); }

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

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

 a { background-color: rgb(185,96,141); }

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

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

 span { border-color: rgb(185,96,141); }

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