#BB4992

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

Shades of Mulberry #BB4992

Tints of Mulberry #BB4992

Color information

#BB4992 (or 0xBB4992) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 92. RGB value is (187,73,146). Sum of RGB (Red+Green+Blue) = 187+73+146=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4992 is #44B66D. Grayscale: #737373. Windows color (decimal): -4503150 or 9587131. OLE color: 9587131.

HSL color Cylindrical-coordinate representation of color #BB4992: hue angle of 321.58º 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 #BB4992 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18773146-
CMYK00.610.220.27
HSL321.58º45.6%50.98%-
HSV(B)321.58º60.96%73.33%-
XYZ28.0617.4129.07-
YUV115.41145.27179.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=46.06%
G=17.98%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877314600.610.220.27321.5845.650.98
HexBB499203D161B1422e33
Octal27311122207526335025663
Binary1011101110010011001001001111011011011011101000010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4992; }

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

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

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

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

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

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

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

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