#B66397

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

Shades of Mulberry #B66397

Tints of Mulberry #B66397

Color information

#B66397 (or 0xB66397) is unknown color: approx Mulberry. HEX triplet: B6, 63 and 97. RGB value is (182,99,151). Sum of RGB (Red+Green+Blue) = 182+99+151=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B66397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66397 is #499C68. Grayscale: #818181. Windows color (decimal): -4824169 or 9921462. OLE color: 9921462.

HSL color Cylindrical-coordinate representation of color #B66397: hue angle of 322.41º 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 #B66397 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18299151-
CMYK00.460.170.29
HSL322.41º36.24%55.1%-
HSV(B)322.41º45.6%71.37%-
XYZ29.3421.131.81-
YUV129.74140165.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 99 (39.06% from 255) = 22.92%
BLUE value IS 151 (59.38% from 255) = 34.95%
R=42.13%
G=22.92%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829915100.460.170.29322.4136.2455.1
HexB6639702E111D1422437
Octal26614322705621355024467
Binary1011011011000111001011101011101000111101101000010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66397; }

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

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

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

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

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

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

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

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