#B65799

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

Shades of Mulberry #B65799

Tints of Mulberry #B65799

Color information

#B65799 (or 0xB65799) is unknown color: approx Mulberry. HEX triplet: B6, 57 and 99. RGB value is (182,87,153). Sum of RGB (Red+Green+Blue) = 182+87+153=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B65799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65799 is #49A866. Grayscale: #7A7A7A. Windows color (decimal): -4827239 or 10049462. OLE color: 10049462.

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

Color convert

RGB18287153-
CMYK00.520.160.29
HSL318.32º39.42%52.75%-
HSV(B)318.32º52.2%71.37%-
XYZ28.4519.0632.32-
YUV122.93144.97170.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 87 (34.38% from 255) = 20.62%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=43.13%
G=20.62%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828715300.520.160.29318.3239.4252.75
HexB65799034101D13e2735
Octal26612723106420354764765
Binary1011011010101111001100101101001000011101100111110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65799; }

 p { color: rgb(182,87,153); }

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

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

 a { background-color: rgb(182,87,153); }

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

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

 span { border-color: rgb(182,87,153); }

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