#b9469f

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

Shades of Mulberry #B9469F

Tints of Mulberry #B9469F

Color information

#B9469F (or 0xB9469F) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 9F. RGB value is (185,70,159). Sum of RGB (Red+Green+Blue) = 185+70+159=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9469F is #46B960. Grayscale: #727272. Windows color (decimal): -4634977 or 10438329. OLE color: 10438329.

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

Color convert

RGB18570159-
CMYK00.620.140.27
HSL313.57º45.1%50%-
HSV(B)313.57º62.16%72.55%-
XYZ28.4617.234.62-
YUV114.53153.1178.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 159 (62.5% from 255) = 38.41%
R=44.69%
G=16.91%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857015900.620.140.27313.5745.150
HexB9469F03EE1B13a2d32
Octal27110623707616334725562
Binary101110011000110100111110111110111011011100111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9469f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9469f; }

 p { color: rgb(185,70,159); }

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

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

 a { background-color: rgb(185,70,159); }

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

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

 span { border-color: rgb(185,70,159); }

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