#B9469A

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

Shades of Mulberry #B9469A

Tints of Mulberry #B9469A

Color information

#B9469A (or 0xB9469A) is unknown color: approx Mulberry. HEX triplet: B9, 46 and 9A. RGB value is (185,70,154). Sum of RGB (Red+Green+Blue) = 185+70+154=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9469A is #46B965. Grayscale: #717171. Windows color (decimal): -4634982 or 10110649. OLE color: 10110649.

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

Color convert

RGB18570154-
CMYK00.620.170.27
HSL316.17º45.1%50%-
HSV(B)316.17º62.16%72.55%-
XYZ28.0317.0332.38-
YUV113.96150.6178.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 70 (27.73% from 255) = 17.11%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=45.23%
G=17.11%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857015400.620.170.27316.1745.150
HexB9469A03E111B13c2d32
Octal27110623207621334745562
Binary1011100110001101001101001111101000111011100111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9469A; }

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

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

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

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

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

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

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

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