#B65287

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

Shades of Mulberry #B65287

Tints of Mulberry #B65287

Color information

#B65287 (or 0xB65287) is unknown color: approx Mulberry. HEX triplet: B6, 52 and 87. RGB value is (182,82,135). Sum of RGB (Red+Green+Blue) = 182+82+135=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65287 is #49AD78. Grayscale: #757575. Windows color (decimal): -4828537 or 8868534. OLE color: 8868534.

HSL color Cylindrical-coordinate representation of color #B65287: hue angle of 328.2º 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 #B65287 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18282135-
CMYK00.550.260.29
HSL328.2º40.65%51.76%-
HSV(B)328.2º54.95%71.37%-
XYZ26.6817.7324.94-
YUV117.94137.63173.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 82 (32.42% from 255) = 20.55%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=45.61%
G=20.55%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828213500.550.260.29328.240.6551.76
HexB652870371A1D1482934
Octal26612220706732355105164
Binary1011011010100101000011101101111101011101101001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65287; }

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

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

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

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

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

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

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

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