#B65C87

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

Shades of Mulberry #B65C87

Tints of Mulberry #B65C87

Color information

#B65C87 (or 0xB65C87) is unknown color: approx Mulberry. HEX triplet: B6, 5C and 87. RGB value is (182,92,135). Sum of RGB (Red+Green+Blue) = 182+92+135=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C87 is #49A378. Grayscale: #7B7B7B. Windows color (decimal): -4825977 or 8871094. OLE color: 8871094.

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

Color convert

RGB18292135-
CMYK00.490.260.29
HSL331.33º38.14%53.73%-
HSV(B)331.33º49.45%71.37%-
XYZ27.4919.3525.21-
YUV123.81134.32169.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=44.50%
G=22.49%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829213500.490.260.29331.3338.1453.73
HexB65C870311A1D14b2636
Octal26613420706132355134666
Binary1011011010111001000011101100011101011101101001011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C87; }

 p { color: rgb(182,92,135); }

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

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

 a { background-color: rgb(182,92,135); }

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

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

 span { border-color: rgb(182,92,135); }

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