#B65296

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

Shades of Mulberry #B65296

Tints of Mulberry #B65296

Color information

#B65296 (or 0xB65296) is unknown color: approx Mulberry. HEX triplet: B6, 52 and 96. RGB value is (182,82,150). Sum of RGB (Red+Green+Blue) = 182+82+150=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B65296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65296 is #49AD69. Grayscale: #777777. Windows color (decimal): -4828522 or 9851574. OLE color: 9851574.

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

Color convert

RGB18282150-
CMYK00.550.180.29
HSL319.2º40.65%51.76%-
HSV(B)319.2º54.95%71.37%-
XYZ27.8118.1830.9-
YUV119.65145.13172.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=43.96%
G=19.81%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828215000.550.180.29319.240.6551.76
HexB65296037121D13f2934
Octal26612222606722354775164
Binary1011011010100101001011001101111001011101100111111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65296; }

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

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

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

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

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

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

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

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