#BB4C92

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

Shades of Mulberry #BB4C92

Tints of Mulberry #BB4C92

Color information

#BB4C92 (or 0xBB4C92) is unknown color: approx Mulberry. HEX triplet: BB, 4C and 92. RGB value is (187,76,146). Sum of RGB (Red+Green+Blue) = 187+76+146=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4C92 is #44B36D. Grayscale: #757575. Windows color (decimal): -4502382 or 9587899. OLE color: 9587899.

HSL color Cylindrical-coordinate representation of color #BB4C92: hue angle of 322.16º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4C92 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18776146-
CMYK00.590.220.27
HSL322.16º44.94%51.57%-
HSV(B)322.16º59.36%73.33%-
XYZ28.2717.8129.14-
YUV117.17144.27177.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=45.72%
G=18.58%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877614600.590.220.27322.1644.9451.57
HexBB4C9203B161B1422d34
Octal27311422207326335025564
Binary1011101110011001001001001110111011011011101000010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C92; }

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

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

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

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

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

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

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

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