#B65592

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

Shades of Mulberry #B65592

Tints of Mulberry #B65592

Color information

#B65592 (or 0xB65592) is unknown color: approx Mulberry. HEX triplet: B6, 55 and 92. RGB value is (182,85,146). Sum of RGB (Red+Green+Blue) = 182+85+146=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B65592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65592 is #49AA6D. Grayscale: #787878. Windows color (decimal): -4827758 or 9590198. OLE color: 9590198.

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

Color convert

RGB18285146-
CMYK00.530.200.29
HSL322.27º39.92%52.35%-
HSV(B)322.27º53.3%71.37%-
XYZ27.7318.5229.31-
YUV120.96142.14171.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=44.07%
G=20.58%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828514600.530.200.29322.2739.9252.35
HexB65592035141D1422834
Octal26612522206524355025064
Binary1011011010101011001001001101011010011101101000010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65592; }

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

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

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

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

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

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

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

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