#B7569A

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

Shades of Mulberry #B7569A

Tints of Mulberry #B7569A

Color information

#B7569A (or 0xB7569A) is unknown color: approx Mulberry. HEX triplet: B7, 56 and 9A. RGB value is (183,86,154). Sum of RGB (Red+Green+Blue) = 183+86+154=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7569A is #48A965. Grayscale: #7A7A7A. Windows color (decimal): -4761958 or 10114743. OLE color: 10114743.

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

Color convert

RGB18386154-
CMYK00.530.160.28
HSL317.94º40.25%52.75%-
HSV(B)317.94º53.01%71.76%-
XYZ28.6919.0632.74-
YUV122.76145.64170.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=43.26%
G=20.33%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838615400.530.160.28317.9440.2552.75
HexB7569A035101C13e2835
Octal26712623206520344765065
Binary1011011110101101001101001101011000011100100111110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7569A; }

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

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

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

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

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

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

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

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