#B64B8B

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

Shades of Mulberry #B64B8B

Tints of Mulberry #B64B8B

Color information

#B64B8B (or 0xB64B8B) is unknown color: approx Mulberry. HEX triplet: B6, 4B and 8B. RGB value is (182,75,139). Sum of RGB (Red+Green+Blue) = 182+75+139=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B8B is #49B474. Grayscale: #727272. Windows color (decimal): -4830325 or 9128886. OLE color: 9128886.

HSL color Cylindrical-coordinate representation of color #B64B8B: hue angle of 324.11º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64B8B is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB18275139-
CMYK00.590.240.29
HSL324.11º42.29%50.39%-
HSV(B)324.11º58.79%71.37%-
XYZ26.4716.8426.28-
YUV114.29141.95176.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 75 (29.69% from 255) = 18.94%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=45.96%
G=18.94%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827513900.590.240.29324.1142.2950.39
HexB64B8B03B181D1442a32
Octal26611321307330355045262
Binary1011011010010111000101101110111100011101101000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64B8B; }

 p { color: rgb(182,75,139); }

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

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

 a { background-color: rgb(182,75,139); }

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

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

 span { border-color: rgb(182,75,139); }

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