#B65B85

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

Shades of Mulberry #B65B85

Tints of Mulberry #B65B85

Color information

#B65B85 (or 0xB65B85) is unknown color: approx Mulberry. HEX triplet: B6, 5B and 85. RGB value is (182,91,133). Sum of RGB (Red+Green+Blue) = 182+91+133=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65B85 is #49A47A. Grayscale: #7A7A7A. Windows color (decimal): -4826235 or 8739766. OLE color: 8739766.

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

Color convert

RGB18291133-
CMYK00.50.270.29
HSL332.31º38.4%53.53%-
HSV(B)332.31º50%71.37%-
XYZ27.2719.1224.44-
YUV123133.65170.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=44.83%
G=22.41%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829113300.50.270.29332.3138.453.53
HexB65B850321B1D14c2636
Octal26613320506233355144666
Binary1011011010110111000010101100101101111101101001100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B85; }

 p { color: rgb(182,91,133); }

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

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

 a { background-color: rgb(182,91,133); }

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

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

 span { border-color: rgb(182,91,133); }

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