#B65992

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

Shades of Mulberry #B65992

Tints of Mulberry #B65992

Color information

#B65992 (or 0xB65992) is unknown color: approx Mulberry. HEX triplet: B6, 59 and 92. RGB value is (182,89,146). Sum of RGB (Red+Green+Blue) = 182+89+146=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B65992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65992 is #49A66D. Grayscale: #7B7B7B. Windows color (decimal): -4826734 or 9591222. OLE color: 9591222.

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

Color convert

RGB18289146-
CMYK00.510.200.29
HSL323.23º38.91%53.14%-
HSV(B)323.23º51.1%71.37%-
XYZ28.0519.1729.41-
YUV123.3140.81169.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=43.65%
G=21.34%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828914600.510.200.29323.2338.9153.14
HexB65992033141D1432735
Octal26613122206324355034765
Binary1011011010110011001001001100111010011101101000011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65992; }

 p { color: rgb(182,89,146); }

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

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

 a { background-color: rgb(182,89,146); }

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

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

 span { border-color: rgb(182,89,146); }

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