#BB588B

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

Shades of Mulberry #BB588B

Tints of Mulberry #BB588B

Color information

#BB588B (or 0xBB588B) is unknown color: approx Mulberry. HEX triplet: BB, 58 and 8B. RGB value is (187,88,139). Sum of RGB (Red+Green+Blue) = 187+88+139=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB588B is #44A774. Grayscale: #7B7B7B. Windows color (decimal): -4499317 or 9132219. OLE color: 9132219.

HSL color Cylindrical-coordinate representation of color #BB588B: hue angle of 329.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB588B is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18788139-
CMYK00.530.260.27
HSL329.09º42.13%53.92%-
HSV(B)329.09º52.94%73.33%-
XYZ28.6419.4126.66-
YUV123.42136.8173.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=45.17%
G=21.26%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878813900.530.260.27329.0942.1353.92
HexBB588B0351A1B1492a36
Octal27313021306532335115266
Binary1011101110110001000101101101011101011011101001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB588B; }

 p { color: rgb(187,88,139); }

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

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

 a { background-color: rgb(187,88,139); }

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

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

 span { border-color: rgb(187,88,139); }

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