#B65A84

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

Shades of Mulberry #B65A84

Tints of Mulberry #B65A84

Color information

#B65A84 (or 0xB65A84) is unknown color: approx Mulberry. HEX triplet: B6, 5A and 84. RGB value is (182,90,132). Sum of RGB (Red+Green+Blue) = 182+90+132=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A84 is #49A57B. Grayscale: #7A7A7A. Windows color (decimal): -4826492 or 8673974. OLE color: 8673974.

HSL color Cylindrical-coordinate representation of color #B65A84: hue angle of 332.61º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A84 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18290132-
CMYK00.510.270.29
HSL332.61º38.66%53.33%-
HSV(B)332.61º50.55%71.37%-
XYZ27.1118.9224.05-
YUV122.3133.48170.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.05%
GREEN value IS 90 (35.55% from 255) = 22.28%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=45.05%
G=22.28%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829013200.510.270.29332.6138.6653.33
HexB65A840331B1D14d2735
Octal26613220406333355154765
Binary1011011010110101000010001100111101111101101001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A84; }

 p { color: rgb(182,90,132); }

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

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

 a { background-color: rgb(182,90,132); }

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

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

 span { border-color: rgb(182,90,132); }

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