#B65285

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

Shades of Mulberry #B65285

Tints of Mulberry #B65285

Color information

#B65285 (or 0xB65285) is unknown color: approx Mulberry. HEX triplet: B6, 52 and 85. RGB value is (182,82,133). Sum of RGB (Red+Green+Blue) = 182+82+133=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65285 is #49AD7A. Grayscale: #757575. Windows color (decimal): -4828539 or 8737462. OLE color: 8737462.

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

Color convert

RGB18282133-
CMYK00.550.270.29
HSL329.4º40.65%51.76%-
HSV(B)329.4º54.95%71.37%-
XYZ26.5417.6724.2-
YUV117.71136.63173.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=45.84%
G=20.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828213300.550.270.29329.440.6551.76
HexB652850371B1D1492934
Octal26612220506733355115164
Binary1011011010100101000010101101111101111101101001001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65285; }

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

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

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

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

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

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

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

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