#B9608C

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

Shades of Mulberry #B9608C

Tints of Mulberry #B9608C

Color information

#B9608C (or 0xB9608C) is unknown color: approx Mulberry. HEX triplet: B9, 60 and 8C. RGB value is (185,96,140). Sum of RGB (Red+Green+Blue) = 185+96+140=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9608C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9608C is #469F73. Grayscale: #7F7F7F. Windows color (decimal): -4628340 or 9199801. OLE color: 9199801.

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

Color convert

RGB18596140-
CMYK00.480.240.27
HSL330.34º38.86%55.1%-
HSV(B)330.34º48.11%72.55%-
XYZ28.9220.5727.26-
YUV127.63134.99168.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=43.94%
G=22.80%
B=33.25%

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
Decimal1859614000.480.240.27330.3438.8655.1
HexB9608C030181B14a2737
Octal27114021406030335124767
Binary1011100111000001000110001100001100011011101001010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9608C; }

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

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

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

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

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

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

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

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