#B65C99

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

Shades of Mulberry #B65C99

Tints of Mulberry #B65C99

Color information

#B65C99 (or 0xB65C99) is unknown color: approx Mulberry. HEX triplet: B6, 5C and 99. RGB value is (182,92,153). Sum of RGB (Red+Green+Blue) = 182+92+153=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65C99 is #49A366. Grayscale: #7D7D7D. Windows color (decimal): -4825959 or 10050742. OLE color: 10050742.

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

Color convert

RGB18292153-
CMYK00.490.160.29
HSL319.33º38.14%53.73%-
HSV(B)319.33º49.45%71.37%-
XYZ28.8719.932.46-
YUV125.86143.32168.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=42.62%
G=21.55%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829215300.490.160.29319.3338.1453.73
HexB65C99031101D13f2636
Octal26613423106120354774666
Binary1011011010111001001100101100011000011101100111111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C99; }

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

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

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

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

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

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

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

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