#BB4685

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

Shades of Mulberry #BB4685

Tints of Mulberry #BB4685

Color information

#BB4685 (or 0xBB4685) is unknown color: approx Mulberry. HEX triplet: BB, 46 and 85. RGB value is (187,70,133). Sum of RGB (Red+Green+Blue) = 187+70+133=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4685 is #44B97A. Grayscale: #707070. Windows color (decimal): -4503931 or 8734395. OLE color: 8734395.

HSL color Cylindrical-coordinate representation of color #BB4685: hue angle of 327.69º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4685 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18770133-
CMYK00.630.290.27
HSL327.69º46.25%50.39%-
HSV(B)327.69º62.57%73.33%-
XYZ26.9216.6423.98-
YUV112.16139.76181.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=47.95%
G=17.95%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877013300.630.290.27327.6946.2550.39
HexBB468503F1D1B1482e32
Octal27310620507735335105662
Binary1011101110001101000010101111111110111011101001000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4685; }

 p { color: rgb(187,70,133); }

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

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

 a { background-color: rgb(187,70,133); }

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

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

 span { border-color: rgb(187,70,133); }

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