#B66398

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

Shades of Mulberry #B66398

Tints of Mulberry #B66398

Color information

#B66398 (or 0xB66398) is unknown color: approx Mulberry. HEX triplet: B6, 63 and 98. RGB value is (182,99,152). Sum of RGB (Red+Green+Blue) = 182+99+152=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B66398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66398 is #499C67. Grayscale: #818181. Windows color (decimal): -4824168 or 9986998. OLE color: 9986998.

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

Color convert

RGB18299152-
CMYK00.460.160.29
HSL321.69º36.24%55.1%-
HSV(B)321.69º45.6%71.37%-
XYZ29.4221.1432.23-
YUV129.86140.5165.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=42.03%
G=22.86%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829915200.460.160.29321.6936.2455.1
HexB6639802E101D1422437
Octal26614323005620355024467
Binary1011011011000111001100001011101000011101101000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66398; }

 p { color: rgb(182,99,152); }

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

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

 a { background-color: rgb(182,99,152); }

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

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

 span { border-color: rgb(182,99,152); }

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