#BB4A87

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

Shades of Mulberry #BB4A87

Tints of Mulberry #BB4A87

Color information

#BB4A87 (or 0xBB4A87) is unknown color: approx Mulberry. HEX triplet: BB, 4A and 87. RGB value is (187,74,135). Sum of RGB (Red+Green+Blue) = 187+74+135=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A87 is #44B578. Grayscale: #727272. Windows color (decimal): -4502905 or 8866491. OLE color: 8866491.

HSL color Cylindrical-coordinate representation of color #BB4A87: hue angle of 327.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A87 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18774135-
CMYK00.600.280.27
HSL327.61º45.38%51.18%-
HSV(B)327.61º60.43%73.33%-
XYZ27.3217.2124.8-
YUV114.74139.44179.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 74 (29.30% from 255) = 18.69%
BLUE value IS 135 (53.12% from 255) = 34.09%
R=47.22%
G=18.69%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877413500.600.280.27327.6145.3851.18
HexBB4A8703C1C1B1482d33
Octal27311220707434335105563
Binary1011101110010101000011101111001110011011101001000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A87; }

 p { color: rgb(187,74,135); }

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

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

 a { background-color: rgb(187,74,135); }

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

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

 span { border-color: rgb(187,74,135); }

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