#B65385

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

Shades of Mulberry #B65385

Tints of Mulberry #B65385

Color information

#B65385 (or 0xB65385) is unknown color: approx Mulberry. HEX triplet: B6, 53 and 85. RGB value is (182,83,133). Sum of RGB (Red+Green+Blue) = 182+83+133=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B65385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65385 is #49AC7A. Grayscale: #767676. Windows color (decimal): -4828283 or 8737718. OLE color: 8737718.

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

Color convert

RGB18283133-
CMYK00.540.270.29
HSL329.7º40.41%51.96%-
HSV(B)329.7º54.4%71.37%-
XYZ26.6217.8324.23-
YUV118.3136.3173.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=45.73%
G=20.85%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828313300.540.270.29329.740.4151.96
HexB653850361B1D14a2834
Octal26612320506633355125064
Binary1011011010100111000010101101101101111101101001010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65385; }

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

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

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

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

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

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

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

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