#B7469A

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

Shades of Mulberry #B7469A

Tints of Mulberry #B7469A

Color information

#B7469A (or 0xB7469A) is unknown color: approx Mulberry. HEX triplet: B7, 46 and 9A. RGB value is (183,70,154). Sum of RGB (Red+Green+Blue) = 183+70+154=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7469A is #48B965. Grayscale: #717171. Windows color (decimal): -4766054 or 10110647. OLE color: 10110647.

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

Color convert

RGB18370154-
CMYK00.620.160.28
HSL315.4º44.66%49.61%-
HSV(B)315.4º61.75%71.76%-
XYZ27.5516.7832.36-
YUV113.36150.94177.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=44.96%
G=17.20%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837015400.620.160.28315.444.6649.61
HexB7469A03E101C13b2d32
Octal26710623207620344735562
Binary1011011110001101001101001111101000011100100111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7469A; }

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

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

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

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

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

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

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

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