#BB5A83

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

Shades of Mulberry #BB5A83

Tints of Mulberry #BB5A83

Color information

#BB5A83 (or 0xBB5A83) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 83. RGB value is (187,90,131). Sum of RGB (Red+Green+Blue) = 187+90+131=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A83 is #44A57C. Grayscale: #7B7B7B. Windows color (decimal): -4498813 or 8608443. OLE color: 8608443.

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

Color convert

RGB18790131-
CMYK00.520.300.27
HSL334.64º41.63%54.31%-
HSV(B)334.64º51.87%73.33%-
XYZ28.2519.5223.75-
YUV123.68132.14173.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 90 (35.55% from 255) = 22.06%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=45.83%
G=22.06%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879013100.520.300.27334.6441.6354.31
HexBB5A830341E1B14f2a36
Octal27313220306436335175266
Binary1011101110110101000001101101001111011011101001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A83; }

 p { color: rgb(187,90,131); }

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

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

 a { background-color: rgb(187,90,131); }

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

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

 span { border-color: rgb(187,90,131); }

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