#BB4592

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

Shades of Mulberry #BB4592

Tints of Mulberry #BB4592

Color information

#BB4592 (or 0xBB4592) is unknown color: approx Mulberry. HEX triplet: BB, 45 and 92. RGB value is (187,69,146). Sum of RGB (Red+Green+Blue) = 187+69+146=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4592 is #44BA6D. Grayscale: #707070. Windows color (decimal): -4504174 or 9586107. OLE color: 9586107.

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

Color convert

RGB18769146-
CMYK00.630.220.27
HSL320.85º46.46%50.2%-
HSV(B)320.85º63.1%73.33%-
XYZ27.8116.928.99-
YUV113.06146.59180.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 69 (27.34% from 255) = 17.16%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=46.52%
G=17.16%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876914600.630.220.27320.8546.4650.2
HexBB459203F161B1412e32
Octal27310522207726335015662
Binary1011101110001011001001001111111011011011101000001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4592; }

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

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

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

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

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

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

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

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