#BB599A

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

Shades of Mulberry #BB599A

Tints of Mulberry #BB599A

Color information

#BB599A (or 0xBB599A) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 9A. RGB value is (187,89,154). Sum of RGB (Red+Green+Blue) = 187+89+154=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB599A is #44A665. Grayscale: #7D7D7D. Windows color (decimal): -4499046 or 10115515. OLE color: 10115515.

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

Color convert

RGB18789154-
CMYK00.520.180.27
HSL320.2º41.88%54.12%-
HSV(B)320.2º52.41%73.33%-
XYZ29.920.0432.86-
YUV125.71143.97171.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=43.49%
G=20.70%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878915400.520.180.27320.241.8854.12
HexBB599A034121B1402a36
Octal27313123206422335005266
Binary1011101110110011001101001101001001011011101000000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB599A; }

 p { color: rgb(187,89,154); }

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

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

 a { background-color: rgb(187,89,154); }

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

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

 span { border-color: rgb(187,89,154); }

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