#BB4A92

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

Shades of Mulberry #BB4A92

Tints of Mulberry #BB4A92

Color information

#BB4A92 (or 0xBB4A92) is unknown color: approx Mulberry. HEX triplet: BB, 4A and 92. RGB value is (187,74,146). Sum of RGB (Red+Green+Blue) = 187+74+146=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A92 is #44B56D. Grayscale: #737373. Windows color (decimal): -4502894 or 9587387. OLE color: 9587387.

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

Color convert

RGB18774146-
CMYK00.600.220.27
HSL321.77º45.38%51.18%-
HSV(B)321.77º60.43%73.33%-
XYZ28.1317.5429.1-
YUV116144.94178.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=45.95%
G=18.18%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877414600.600.220.27321.7745.3851.18
HexBB4A9203C161B1422d33
Octal27311222207426335025563
Binary1011101110010101001001001111001011011011101000010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A92; }

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

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

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

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

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

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

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

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