#B7459A

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

Shades of Mulberry #B7459A

Tints of Mulberry #B7459A

Color information

#B7459A (or 0xB7459A) is unknown color: approx Mulberry. HEX triplet: B7, 45 and 9A. RGB value is (183,69,154). Sum of RGB (Red+Green+Blue) = 183+69+154=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7459A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7459A is #48BA65. Grayscale: #707070. Windows color (decimal): -4766310 or 10110391. OLE color: 10110391.

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

Color convert

RGB18369154-
CMYK00.620.160.28
HSL315.26º45.24%49.41%-
HSV(B)315.26º62.3%71.76%-
XYZ27.4916.6632.34-
YUV112.78151.27178.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=45.07%
G=17.00%
B=37.93%

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
Decimal1836915400.620.160.28315.2645.2449.41
HexB7459A03E101C13b2d31
Octal26710523207620344735561
Binary1011011110001011001101001111101000011100100111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7459A; }

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

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

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

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

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

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

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

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