#BB4995

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

Shades of Mulberry #BB4995

Tints of Mulberry #BB4995

Color information

#BB4995 (or 0xBB4995) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 95. RGB value is (187,73,149). Sum of RGB (Red+Green+Blue) = 187+73+149=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4995 is #44B66A. Grayscale: #737373. Windows color (decimal): -4503147 or 9783739. OLE color: 9783739.

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

Color convert

RGB18773149-
CMYK00.610.200.27
HSL320º45.6%50.98%-
HSV(B)320º60.96%73.33%-
XYZ28.317.530.32-
YUV115.75146.77178.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=45.72%
G=17.85%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877314900.610.200.2732045.650.98
HexBB499503D141B1402e33
Octal27311122507524335005663
Binary1011101110010011001010101111011010011011101000000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4995; }

 p { color: rgb(187,73,149); }

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

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

 a { background-color: rgb(187,73,149); }

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

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

 span { border-color: rgb(187,73,149); }

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