#b9478b

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

Shades of Mulberry #B9478B

Tints of Mulberry #B9478B

Color information

#B9478B (or 0xB9478B) is unknown color: approx Mulberry. HEX triplet: B9, 47 and 8B. RGB value is (185,71,139). Sum of RGB (Red+Green+Blue) = 185+71+139=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9478B is #46B874. Grayscale: #707070. Windows color (decimal): -4634741 or 9127865. OLE color: 9127865.

HSL color Cylindrical-coordinate representation of color #B9478B: hue angle of 324.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9478B is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18571139-
CMYK00.620.250.27
HSL324.21º44.88%50.2%-
HSV(B)324.21º61.62%72.55%-
XYZ26.9216.6826.23-
YUV112.84142.77179.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 71 (28.12% from 255) = 17.97%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=46.84%
G=17.97%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857113900.620.250.27324.2144.8850.2
HexB9478B03E191B1442d32
Octal27110721307631335045562
Binary1011100110001111000101101111101100111011101000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9478b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9478b; }

 p { color: rgb(185,71,139); }

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

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

 a { background-color: rgb(185,71,139); }

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

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

 span { border-color: rgb(185,71,139); }

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